aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-13 16:16:36 +0100
committerAlex Legler <alex@a3li.li>2015-02-13 16:16:36 +0100
commit45c62657842490b3f82d7d46ca6abdaff7bcc95b (patch)
tree9147dabca1a4aa47c824a8a0877cb9bfb8091281
parentFix footer icons on xs screens (diff)
downloadtyrian-theme-45c62657842490b3f82d7d46ca6abdaff7bcc95b.tar.gz
tyrian-theme-45c62657842490b3f82d7d46ca6abdaff7bcc95b.tar.bz2
tyrian-theme-45c62657842490b3f82d7d46ca6abdaff7bcc95b.zip
Declare .stick-top
-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;
}