From 15319e2e82532afd8f650efbd57a59d8d0888399 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 4 Jan 2013 16:20:15 -0500 Subject: [PATCH] Fix font of add tag button, fixes #314 --- css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/app.css b/css/app.css index b816894af..65c2fc5bd 100644 --- a/css/app.css +++ b/css/app.css @@ -538,6 +538,7 @@ button.Browse .label { .inspector-inner .add-tag { width: 50%; height: 30px; + font-size: 100%; border: 1px solid #ccc; border-top: 0; }