summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/style.css6
-rw-r--r--style.css6
2 files changed, 10 insertions, 2 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 {
diff --git a/style.css b/style.css
index 54c0d9a0..b88b403c 100644
--- a/style.css
+++ b/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 {