diff options
author | Alex Legler <alex@a3li.li> | 2015-02-13 16:16:36 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-02-13 16:16:36 +0100 |
commit | 45c62657842490b3f82d7d46ca6abdaff7bcc95b (patch) | |
tree | 9147dabca1a4aa47c824a8a0877cb9bfb8091281 | |
parent | Fix footer icons on xs screens (diff) | |
download | tyrian-theme-45c62657842490b3f82d7d46ca6abdaff7bcc95b.tar.gz tyrian-theme-45c62657842490b3f82d7d46ca6abdaff7bcc95b.tar.bz2 tyrian-theme-45c62657842490b3f82d7d46ca6abdaff7bcc95b.zip |
Declare .stick-top
-rw-r--r-- | sources/css/tyrian/less/typography.less | 8 |
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; } |