From: moodler Date: Mon, 29 Jan 2007 02:45:48 +0000 (+0000) Subject: FIxed a style typo that made login page look odd X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d14d6f790336c7700d857bad88944d0b83ac9055;p=moodle.git FIxed a style typo that made login page look odd --- diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 1f9822f243..a4890a5cc7 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -480,7 +480,7 @@ body#grade-index .grades .header { *** Login ***/ -#login-index .content { +#login-index #content { font-size: 0.85em; } @@ -850,4 +850,4 @@ body#mod-forum-index .generalbox .cell { .phpinfo .v { background-color: #cccccc; color: #000000; -} \ No newline at end of file +}