From f874f2517dc04e96e6634af31f67925615c7b7f8 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Thu, 5 Jul 2012 01:44:06 +0200 Subject: [PATCH] Moved the header link styles with the other header rules --- Resources/public/css/screen.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/public/css/screen.css b/Resources/public/css/screen.css index 5cd6f02..c2f3ae9 100644 --- a/Resources/public/css/screen.css +++ b/Resources/public/css/screen.css @@ -136,6 +136,10 @@ table tbody tr:last-child td { font-size: 1.2em; } +#header a { + text-decoration: none; +} + #colophon { margin: 0 15px 40px 15px; padding: 10px 0; @@ -425,10 +429,6 @@ li.operation.patch div.content h4 { cursor: pointer; } -#header a { - text-decoration: none; -} - /** sandbox */ .pane:not(.selected) {