diff options
author | Keith Packard <keithp@keithp.com> | 2015-11-14 00:01:05 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-11-14 00:01:05 -0800 |
commit | f28d59ddf3e1b763ce5757f572e79085963818e9 (patch) | |
tree | d72d6ece18a1d068184193861a2c583ca36a8adb | |
parent | 19f700f1c99d2f3dcd8775cc629037312d853ee1 (diff) |
doc: Remove some bogus bits from am.css
Just commented out stuff which had a nested comment and was thus invalid
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | doc/am.css | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -403,34 +403,6 @@ div.informaltable p { margin: 0px; } -/* -div.table table, -div.informaltable table -{ - margin-left: 0; - margin-right: 0.25em; - margin-bottom: 0.25em; -} -div.informaltable table -{ - margin-top: 0.4em -} -div.table thead, -div.table tfoot, -div.table tbody, -div.informaltable thead, -div.informaltable tfoot, -div.informaltable tbody -{ - /* No effect in IE6. */ - border-top: 1px solid #78079a; - border-bottom: 1px solid #78079a; - border-left: 1px solid #78079a; - border-right: 1px solid #78079a !important; - border-width: 1px !important; -} -*/ - div.table thead, div.table tfoot, div.informaltable thead, div.informaltable tfoot |