diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 15:40:53 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 15:40:53 +0200 |
commit | 3aed363cd858b7687891097f574e532450234af5 (patch) | |
tree | 9253076fc11c1c629f9361c3d92259df3329181f /local.css | |
parent | 800f87cd5638ecdf7fbcf9b5ab6a69432dc6df08 (diff) | |
download | web-3aed363cd858b7687891097f574e532450234af5.tar.gz web-3aed363cd858b7687891097f574e532450234af5.tar.bz2 web-3aed363cd858b7687891097f574e532450234af5.zip |
Another TODO item.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -16,7 +16,13 @@ scrollbars show up in the browser and all of header, text editing box, copyright assignment notice, buttons and footer are visible at once, without having to scroll. This means that the text editing box should be resized in - height as needed (within limits, of course). --tschwinge */ + height as needed (within limits, of course). --tschwinge + + (2) `.pagecopyright' and `.pagelicense' should get the spacing between them + removed and should get some margins. +*/ + + hr { @@ -63,8 +69,8 @@ pre + * background-color: #f0f0f0; } -.pagelicense, -.pagecopyright +.pagecopyright, +.pagelicense { background-color: #f0f0f0; font-size: small; |