diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:16:53 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:16:53 +0000 |
commit | d750dcc4d266ed5576599fcca4c9a996efc83ec4 (patch) | |
tree | 7d65444e495ee88d7d234d7fa57be1d932dfbe72 /res | |
parent | 593039775d0591b67bcf8c49be8c593b6cd3b132 (diff) |
Update global stylesheet
Diffstat (limited to 'res')
-rwxr-xr-x | res/css/global.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/res/css/global.css b/res/css/global.css index 3006382..a674cca 100755 --- a/res/css/global.css +++ b/res/css/global.css @@ -28,10 +28,6 @@ a.bannerlink:hover { text-decoration: underline; } -pre.music { - font-size: 12pt; -} - div.page { min-width: 700px; max-width: 1024px; @@ -80,7 +76,7 @@ h1, h2, h3 { img { border: none; - max-width: 100% + max-width: 100%; } img.right { @@ -308,4 +304,4 @@ table.computers { td.computer { width: 50%; border: 0px; -}
\ No newline at end of file +} |