summaryrefslogtreecommitdiff
path: root/base.css
diff options
context:
space:
mode:
authorLouis-Philippe Huberdeau <lphuberdeau@users.sourceforge.net>2006-02-16 00:29:15 +0000
committerLouis-Philippe Huberdeau <lphuberdeau@users.sourceforge.net>2006-02-16 00:29:15 +0000
commitf1684cc234df47fb978d4d73ac86a5c3deb7cf21 (patch)
tree21d5e80ed1fd93bb668485919ec54b8ccca99f3b /base.css
parentfe6be550bd7662d224fe0435dfe780de59a3aee6 (diff)
downloadthemes-f1684cc234df47fb978d4d73ac86a5c3deb7cf21.tar.gz
themes-f1684cc234df47fb978d4d73ac86a5c3deb7cf21.tar.bz2
themes-f1684cc234df47fb978d4d73ac86a5c3deb7cf21.zip
CSS class for meta package and commiting the style change for stickies (was commited in R1 already)
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%; }