Mercurial > moin > 2.0
changeset 1496:ea9650bc0fd3
Foobar theme font-family changed
author | Jaiditya Mathur <jaiditya.mathur@gmail.com> |
---|---|
date | Sun, 24 Jun 2012 10:27:42 +0530 |
parents | 9909752a8a9d |
children | c8827d88c4f6 |
files | MoinMoin/themes/foobar/static/css/common.css MoinMoin/themes/foobar/static/css/stylus/main.styl |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/themes/foobar/static/css/common.css Sun Jun 24 10:21:13 2012 +0530 +++ b/MoinMoin/themes/foobar/static/css/common.css Sun Jun 24 10:27:42 2012 +0530 @@ -173,7 +173,7 @@ .moin-diff-added span{background-color:#80ff80} .moin-diff-removed{background-color:#ffffe0;vertical-align:top;width:50%;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;} .moin-diff-removed span{background-color:#ffff80} -body{color:#000;background-color:#d6d5d0;font-family:sans-serif;background-image:url("../img/base.png")} +body{color:#000;background-color:#d6d5d0;font-family:verdana,sans-serif;background-image:url("../img/base.png")} div p{margin:.5em .2em} #moin-global-tray{float:left;width:16.666666666666668%;padding:.5%;overflow:hidden} #moin-main-container{float:left;width:81.13333333333333%;padding:.5%}
--- a/MoinMoin/themes/foobar/static/css/stylus/main.styl Sun Jun 24 10:21:13 2012 +0530 +++ b/MoinMoin/themes/foobar/static/css/stylus/main.styl Sun Jun 24 10:27:42 2012 +0530 @@ -27,7 +27,7 @@ // moin diff styling @import "moin_diff" -font_family = sans-serif +font_family = verdana, sans-serif main_font_size = 1em small_font_size = main_font_size * 0.8 heading_scale = 1.2 // font size factor for h1 .. h6