diff options
| author | Bobby <[email protected]> | 2023-04-22 19:18:03 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-04-22 19:18:03 -0400 |
| commit | 6e3748deb07a4916c516a6b38197a29b91f35c8a (patch) | |
| tree | f5c400c45d9025014701a3dfdc26a5d3de193f59 /static/css | |
| parent | 595cca134dce3e826f0f3bf63050b4a6f99baa38 (diff) | |
| download | thatcomputerscientist-6e3748deb07a4916c516a6b38197a29b91f35c8a.tar.xz thatcomputerscientist-6e3748deb07a4916c516a6b38197a29b91f35c8a.zip | |
Fix breaking layout in IE6
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 54ce683f..bed7d0be 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -291,21 +291,15 @@ blockquote { } #sidebar { - float: left; - margin: 0px; - padding: 0px; width: 250px; - height: 100%; - display: inline; } #content { - float: left; - margin: 0px; - padding: 0px 0px 0px 20px; width: 730px; - height: 100%; - display: inline; +} + +#article, #comments, #new-comment { + width: 730px; } #footer { |
