summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apaxy/theme/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/apaxy/theme/style.css b/apaxy/theme/style.css
index a564053..9310a7b 100644
--- a/apaxy/theme/style.css
+++ b/apaxy/theme/style.css
@@ -36,6 +36,10 @@ a {
color:#61666c;
text-decoration:none;
}
+a, img {
+ border:none;
+ outline:none
+}
a:hover {
color:#2a2a2a;
}
@@ -119,4 +123,4 @@ tr.parent a[href^="/"] {
.footer {
text-align:center;
font-size:.75em;
-} \ No newline at end of file
+}