diff options
Diffstat (limited to 'gemfeed/style.css')
| -rw-r--r-- | gemfeed/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gemfeed/style.css b/gemfeed/style.css index 2c9d06ce..4511037d 100644 --- a/gemfeed/style.css +++ b/gemfeed/style.css @@ -18,6 +18,7 @@ h1 { background-color: #000000; text-decoration: underline; margin-left: -23px; + max-width: 878px; } h2 { @@ -28,6 +29,7 @@ h2 { background-color: #000000; text-decoration: underline; margin-left: -11px; + max-width: 889px; } h3 { @@ -38,6 +40,7 @@ h3 { background-color: #000000; text-decoration: underline; margin-left: -5px; + max-width: 895px; } a { @@ -72,7 +75,6 @@ img { pre { display: block; - padding: 5px; overflow-x: auto; color: #ffffff; background-color: #000000; |
