diff options
author | Simon <simon@kisikew.org> | 2012-05-06 03:08:08 -0700 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-05-06 03:08:08 -0700 |
commit | b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d (patch) | |
tree | a67450cafde261600dac237208ab8259b674c7dd /view/theme/dispy/dark/_base.less | |
parent | 47c3b43afd64cd1c05b67d347fb1219c42fe6d20 (diff) | |
parent | f32c3d74a4a70d871a5f0f166bbe67fe9dcea26f (diff) | |
download | volse-hubzilla-b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d.tar.gz volse-hubzilla-b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d.tar.bz2 volse-hubzilla-b4bd8258e21f713d9ae7f6e1317c44ffe896bb5d.zip |
Merge pull request #290 from simonlnu/master
font and width tweaking
Diffstat (limited to 'view/theme/dispy/dark/_base.less')
-rw-r--r-- | view/theme/dispy/dark/_base.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/dispy/dark/_base.less b/view/theme/dispy/dark/_base.less index 77472a2f5..aee933135 100644 --- a/view/theme/dispy/dark/_base.less +++ b/view/theme/dispy/dark/_base.less @@ -13,6 +13,9 @@ // you "compile" the css (with `lessc`), but css (/**/) comments // do. i use them to our advantage :). +// import our reset styles first +@import "../css/reset"; + //* backgrounds */ @dk_bg_colour: #1d1f1d; @bg_colour: #2e2f2e; @@ -138,7 +141,7 @@ } //* font size sizing */ .default_font () { - font-size: 16px; + font-size: 14pt; line-height: 1.1em; font-family: sans-serif; } |