diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-09-15 07:54:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-09-15 07:54:56 +0000 |
| commit | ee983aec7ad092990ea0a8b3082ed327eef08ed5 (patch) | |
| tree | c72f5099e83632d2057d7c6b124ce4923373c147 /base.css | |
| parent | bd4cabbdabcb85a69e3803bcfc1cc12c69a30e6c (diff) | |
| download | themes-ee983aec7ad092990ea0a8b3082ed327eef08ed5.tar.gz themes-ee983aec7ad092990ea0a8b3082ed327eef08ed5.tar.bz2 themes-ee983aec7ad092990ea0a8b3082ed327eef08ed5.zip | |
further streamline boxes - remove .boxtitle entirely, clean up box template and assign correct class names to icon in admin menu
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ a.external {background:transparent url("icons/external_link.png") no-repeat lef /* should we move these settings to individual packages? */ .stickies textarea, .stickies input[type='text'] {background:#ffc;} -.stickynote .boxtitle {border-bottom: 1px solid #dda;} +.stickynote h3 {border-bottom: 1px solid #dda;} .stickynote {background-color:#ffc; width:300px; padding:3px;float:left;} .phpbb a:hover img {border:none} |
