diff --git a/fp-interface/themes/leggero/flatmaas-rev/res/admin.css b/fp-interface/themes/leggero/flatmaas-rev/res/admin.css index 575d5ca..926ba71 100755 --- a/fp-interface/themes/leggero/flatmaas-rev/res/admin.css +++ b/fp-interface/themes/leggero/flatmaas-rev/res/admin.css @@ -13,7 +13,7 @@ Version: 0.0.1 Module: admin.css */ -@import url(common.css); +@import url('common.css'); /* small navigation on top */ #admin-small-nav { @@ -242,7 +242,7 @@ input#subject { } textarea.code { - font-family: 'Lucida Console', Monaco, monospace; + font-family: "Lucida Console", Monaco, monospace; font-size: 90% } @@ -257,8 +257,6 @@ textarea.code { #admin-bbcode-toolbar select { width: 10em } -/* #admin-content { background: url(../imgs/nib-logo.png) bottom right no-repeat } */ - #admin-content table { width: 100%; border-collapse: collapse } #admin-content td { diff --git a/fp-interface/themes/leggero/flatmaas-rev/res/common.css b/fp-interface/themes/leggero/flatmaas-rev/res/common.css index f2caff8..8abf621 100755 --- a/fp-interface/themes/leggero/flatmaas-rev/res/common.css +++ b/fp-interface/themes/leggero/flatmaas-rev/res/common.css @@ -154,7 +154,7 @@ h4 { font-size: 1.2em } #column h4 { /* Titles of the sections in #column */ color: white; - font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; + font-family: "Gill Sans", "Trebuchet MS", Helvetica, sans-serif; margin: 0 5px 5px 5px; padding: .2em .5em; background: #BBBB99 url('../imgs/sf_h4.png') bottom left repeat-x @@ -179,7 +179,7 @@ blockquote p { margin: 0; margin-top: unset !IMPORTANT } pre, code { color: #666666; font-size: 1.1em; - font-family: 'Lucida Console', Monaco, monospace; + font-family: "Lucida Console", Monaco, monospace; background-color: #f4f4f4 } diff --git a/fp-interface/themes/leggero/flatmaas-rev/res/globals.css b/fp-interface/themes/leggero/flatmaas-rev/res/globals.css index 331519b..0770bb8 100755 --- a/fp-interface/themes/leggero/flatmaas-rev/res/globals.css +++ b/fp-interface/themes/leggero/flatmaas-rev/res/globals.css @@ -12,7 +12,6 @@ Module: globals.css */ - .alignleft { float: left } .alignright { float: right } diff --git a/fp-interface/themes/leggero/flatmaas-rev/res/style.css b/fp-interface/themes/leggero/flatmaas-rev/res/style.css index 6b807d4..de46db1 100755 --- a/fp-interface/themes/leggero/flatmaas-rev/res/style.css +++ b/fp-interface/themes/leggero/flatmaas-rev/res/style.css @@ -12,16 +12,16 @@ Version: 0.0.1 */ /* imports common style ruleset */ -@import url(common.css); +@import url('common.css'); /* defines rules specific to the front page */ #comments li.comment-admin { - background: #eeeedd url(../imgs/fp-logo-crop.png) no-repeat bottom right; - padding:1em + background: #eeeedd url('../imgs/fp-logo-crop.png') no-repeat bottom right; + padding: 1em } #comments li.comment-admin strong.comment-name { - font-size:140% + font-size: 140% } \ No newline at end of file