From 4746af65a33dbba86eb0efda7f440cc02e29e37a Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 19 Dec 2009 23:55:14 +0000 Subject: [PATCH] Remove brackets around external links. --- css/presentation.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/presentation.css b/css/presentation.css index 3573c6e6..56001c12 100644 --- a/css/presentation.css +++ b/css/presentation.css @@ -8,10 +8,6 @@ a.definition:after { content:"]"; } a.alias { text-decoration:none; border-bottom: thin dashed; } a.near:link { color:#093; } a.near:visited { color:#550; } -a.upload:before { content:"<"; } -a.upload:after { content:">"; } -a.outside:before { content:"["; } -a.outside:after { content:"]"; } img.logo { float: right; clear: right; border-style:none; } div.diff { padding-left:5%; padding-right:5%; } div.old { background-color:#FFFFAF; }