aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/css/tyrian/less/typography.less8
1 files changed, 7 insertions, 1 deletions
diff --git a/sources/css/tyrian/less/typography.less b/sources/css/tyrian/less/typography.less
index 3641bfc..a4cd44b 100644
--- a/sources/css/tyrian/less/typography.less
+++ b/sources/css/tyrian/less/typography.less
@@ -1,10 +1,16 @@
-h1.first-header { margin-top: -10px; }
+h1.first-header {
+ margin-top: -10px;
+}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
font-family: @font-family-sans-serif;
}
+.stick-top {
+ margin-top: 0;
+}
+
textarea {
font-family: @font-family-monospace;
}