aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2011-05-30 00:27:34 -0500
committerMatt Rude <[email protected]>2011-05-30 00:27:34 -0500
commitd7bf5e77dd46c154f8f08442f63a24c53a80c057 (patch)
tree7c41679a985b243f7640b8543e6e1c940d1608f3
parentea89c83c91c17e9352dbea9bbefa6d25bbd5e878 (diff)
downloadtime.mattrude.com-d7bf5e77dd46c154f8f08442f63a24c53a80c057.tar.gz
time.mattrude.com-d7bf5e77dd46c154f8f08442f63a24c53a80c057.tar.bz2
time.mattrude.com-d7bf5e77dd46c154f8f08442f63a24c53a80c057.zip
correct links style
-rw-r--r--style.css2
-rw-r--r--style.dev.css4
2 files changed, 5 insertions, 1 deletions
diff --git a/style.css b/style.css
index 771d284..439d60f 100644
--- a/style.css
+++ b/style.css
@@ -1 +1 @@
-body{color:black;background:#fff;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif;margin:0;font-size:.90em}#content{color:black;background:#fff;margin-top:.5em;margin-bottom:.5em;margin-right:auto;margin-left:auto;padding:1em;line-height:1.3em;text-align:left;max-width:800px;min-width:740px;position:relative}#title{text-align:center}h2{font-weight:normal;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:underline}.footer{font-size:80%;text-align:right;border-top:1px solid #CCC}img{border-width:0}.center{text-align:center}.big{font-size:larger}.small{font-size:small}pre{font:.85em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace;width:auto;overflow:auto;background-color:#eee;color:inherit;border:1px solid #999;line-height:1.3em;padding:1.2ex}code{font:.97em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace}fieldset{border:1px dotted #bedce7;padding:10px 15px;color:inherit}h1 a{text-decoration:none} \ No newline at end of file
+body{color:black;background:#fff;font-family:"lucida grande",Calibri,"segoe UI","lucida sans unicode","Droid Sans","DejaVu Sans","bitstream vera sans",verdana,arial,helvetica,sans-serif;margin:0;font-size:.90em}#content{color:black;background:#fff;margin-top:.5em;margin-bottom:.5em;margin-right:auto;margin-left:auto;padding:1em;line-height:1.3em;text-align:left;max-width:800px;min-width:740px;position:relative}#title{text-align:center}h2{font-weight:normal;margin-bottom:8px;padding:2px;padding-top:10px;border-bottom:1px solid #CCC}a{text-decoration:none}a,a:visited{color:#4183c4;background:inherit;font-weight:bold}a:hover{text-decoration:underline}.footer{font-size:80%;text-align:right;border-top:1px solid #CCC}img{border-width:0}.center{text-align:center}.big{font-size:larger}.small{font-size:small}pre{font:.85em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace;width:auto;overflow:auto;background-color:#eee;color:inherit;border:1px solid #999;line-height:1.3em;padding:1.2ex}code{font:.97em Monaco,Consolas,'Lucida Console',"Droid Sans Mono","DejaVu Sans Mono",Courier,monospace}fieldset{border:1px dotted #bedce7;padding:10px 15px;color:inherit}h1 a{text-decoration:none} \ No newline at end of file
diff --git a/style.dev.css b/style.dev.css
index c798cdc..9edb4c0 100644
--- a/style.dev.css
+++ b/style.dev.css
@@ -33,6 +33,10 @@ h2 {
border-bottom: 1px solid #CCC;
}
+a {
+ text-decoration: none;
+}
+
a,a:visited {
color: #4183c4;
background: inherit;