diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-03 19:22:19 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-03 19:22:19 +0200 |
commit | 6842e8cb0184b84b059742b238f4e6a3d4136ccc (patch) | |
tree | 4c953cba290be0ef636bd33b01fb7e703df27f99 /local.css | |
parent | 1c98947f137f513a118b497fbff8391b023a4b3b (diff) | |
download | web-6842e8cb0184b84b059742b238f4e6a3d4136ccc.tar.gz web-6842e8cb0184b84b059742b238f4e6a3d4136ccc.tar.bz2 web-6842e8cb0184b84b059742b238f4e6a3d4136ccc.zip |
Use the ikiwiki table plugin.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -15,7 +15,7 @@ pre * I want these blocks to be as wide as they need to be for the included * text, but not any wider -- with respect to the `background-color'. * Currently it may happen that the background colors of `pre' and `#sidebar' - * overlap. How to do this properly? -- tschwinge + * overlap. How to do this properly? -- tschwinge */ background-color: #e5e5e5; } @@ -40,3 +40,15 @@ pre background-color: #f0f0f0; font-size: small; } + +.table1 +{ + text-align: left; + /* + * I want this `vertical-align' thing to work for the table elements. This + * doesn't work as it's done below. Shouldn't `td.table1' work? It also + * doesn't. Help. -- tschwinge, mostly CSS ignorant. + */ + vertical-align: top; + font-size: small; +} |