diff options
| author | Louis-Philippe Huberdeau <lphuberdeau@users.sourceforge.net> | 2006-02-16 00:29:15 +0000 |
|---|---|---|
| committer | Louis-Philippe Huberdeau <lphuberdeau@users.sourceforge.net> | 2006-02-16 00:29:15 +0000 |
| commit | f1684cc234df47fb978d4d73ac86a5c3deb7cf21 (patch) | |
| tree | 21d5e80ed1fd93bb668485919ec54b8ccca99f3b /base.css | |
| parent | fe6be550bd7662d224fe0435dfe780de59a3aee6 (diff) | |
| download | themes-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.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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%; } |
