diff options
Diffstat (limited to 'gemfeed/style.css')
| -rw-r--r-- | gemfeed/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gemfeed/style.css b/gemfeed/style.css index 54c0d9a0..b88b403c 100644 --- a/gemfeed/style.css +++ b/gemfeed/style.css @@ -23,6 +23,8 @@ a { color: #ffffff; text-decoration: none; background-color: #000000; + padding: 5px; + margin: 5px; } a:hover { @@ -53,7 +55,9 @@ pre { overflow-x: auto; color: #ffffff; background-color: #000000; - border: 15px solid grey; + margin: 7px; + padding: 23px; + border: 23px double white; } a.textlink:before { |
