summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-12-31 23:32:30 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-12-31 23:32:30 +0530
commit67a2c215c1a3b5a4d0d6919fcf1e17814d755513 (patch)
tree55faa17c6827c1e9bd8b880b87b5958ae480827d
parent8062dd66349524f1dfcdbc0ec0c5d585b1ce4b66 (diff)
stylesheet updated -- links are more prominent now.
-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;