diff options
-rw-r--r-- | local.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -148,6 +148,15 @@ DIV#content { background-color: none; } +div.notebox { + float: none; + width: 100%; + color: gray !important; + background: none; + margin-left: 0; + text-align: center; +} + img { float: left; vertical-align: top; |