From 3bab5eab18a0efeb29bc25e1d8a95a96bdef55e4 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <eric@unl.edu>
Date: Fri, 17 Sep 2010 22:13:04 +0000
Subject: [PATCH] Alpha-7 fixed the toolbar font-size problem across different
 themes - removing our #toolbar{font-size} fix

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@175 20a16fea-79d4-4915-8869-1ea9d5ebf173
---
 sites/all/themes/unl_wdn/style.css | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sites/all/themes/unl_wdn/style.css b/sites/all/themes/unl_wdn/style.css
index bdd29e22..60a86cdf 100644
--- a/sites/all/themes/unl_wdn/style.css
+++ b/sites/all/themes/unl_wdn/style.css
@@ -5,9 +5,6 @@
    the Seven theme ahs some rules that define the admin toolbar
    that need to be replicated here. */
 
-#toolbar {
-	font-size:11.5167px;
-}
 #maincontent {
 	width:940px;
 	overflow:visible !important;
-- 
GitLab