summaryrefslogtreecommitdiffstats
path: root/styling/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styling/style.css')
-rw-r--r--styling/style.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/styling/style.css b/styling/style.css
index 9b6eaa2..1929ca3 100644
--- a/styling/style.css
+++ b/styling/style.css
@@ -69,6 +69,8 @@ div.code {
background-color:#fcfcfc;
margin-left:auto;
margin-right:auto;
+ margin-top:5px;
+ margin-bottom:5px;
border:1px solid #f0f0f0;
padding:5px;
width:70%;
@@ -108,7 +110,7 @@ a:link,a:visited {
-webkit-transition:border-bottom 0.3s, color 0.3s;
-o-transition:border-bottom 0.3s, color 0.3s;
color:#686868;
- border-bottom:1px dotted #d9d9d9;
+ border-bottom:1px solid #d9d9d9;
text-decoration:none;
}
a:hover,a:active {
@@ -154,7 +156,7 @@ div.lastupdate {
}
div.source {
- font-size:0.4em;
+ font-size:0.5em;
font-family:monospace;
text-align:center;
color:#989898;