diff options
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%; } |
