summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'base.css')
-rw-r--r--base.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/base.css b/base.css
index 2911090..7c3aa93 100644
--- a/base.css
+++ b/base.css
@@ -151,7 +151,7 @@ a.external {background:transparent url("icons/external_link.png") no-repeat lef
.stickies textarea,
.stickies input[type='text'] {background:#ffc;}
.stickynote .boxtitle {border-bottom: 1px solid #dda;}
-.stickynote {background-color:#ffc; width:300px; padding:3px;}
+.stickynote {background-color:#ffc; width:300px; padding:3px;float:left;}
.phpbb a:hover img {border:none}
.phpbb img {border:none}
@@ -163,3 +163,5 @@ a.external {background:transparent url("icons/external_link.png") no-repeat lef
.image .boxcontent {text-align:center;}
.attbrowser table {text-align:center;}
+
+.meta { float: left; width: 30%; }