diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-03-02 12:32:37 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-03-02 12:32:37 +0000 |
| commit | 369c935d3cfb64ca1f34b8de38b6804d3f52fff2 (patch) | |
| tree | 64db04c63a6498fc3b5860655b5efdf5c7067497 /base.css | |
| parent | 01b268f22370725d85eec29ea147c88ff223070c (diff) | |
| download | themes-369c935d3cfb64ca1f34b8de38b6804d3f52fff2.tar.gz themes-369c935d3cfb64ca1f34b8de38b6804d3f52fff2.tar.bz2 themes-369c935d3cfb64ca1f34b8de38b6804d3f52fff2.zip | |
Changes to avoid js errors when hideById is called on elementId not in page.
Changes to how boards tables are laid out so they aren't so fugly and to make
sticky expand and collapse when using pigeonholes.
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -161,3 +161,8 @@ a.external {background:transparent url("icons/external_link.png") no-repeat lef .suggest {background-color:white; border:1px solid #ddd;} .suggest .suggestion { color: black; padding: 2px; } + +.bitboard .title h3 {margin: 0px; font-size: 1.2em} +.bitboard .desc {font-size: .9em; clear:both;} +.bitboard .topic {font-size: .9em;} + |
