From 9786289245247cecdb7c554da7a57755cde45234 Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 8 May 2013 20:08:15 +0200 Subject: [PATCH] Tag ModernCount 2.0-beta --- admin/index.php | 2 +- resources/bootstrap/css/bootstrap.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/index.php b/admin/index.php index 66dd799..58350ba 100644 --- a/admin/index.php +++ b/admin/index.php @@ -6,7 +6,7 @@ * License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher */ -$version = "1.6.9"; +$version = "2.0-beta"; if (!file_exists("../config.php")) { header("Location: ../installer"); diff --git a/resources/bootstrap/css/bootstrap.css b/resources/bootstrap/css/bootstrap.css index 7d51b18..b2bbf0d 100644 --- a/resources/bootstrap/css/bootstrap.css +++ b/resources/bootstrap/css/bootstrap.css @@ -663,6 +663,7 @@ h6 { line-height: 20px; color: #6baf0a; text-rendering: optimizelegibility; + font-weight: 100; } h1 small, @@ -972,7 +973,7 @@ input, button, select, textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; } label { @@ -1477,7 +1478,6 @@ select:focus:invalid:focus { padding: 19px 20px 20px; margin-top: 20px; margin-bottom: 20px; - background-color: #f5f5f5; border-top: 1px solid #e5e5e5; } @@ -3777,7 +3777,7 @@ input[type="submit"].btn::-moz-focus-inner { .navbar-search .search-query { padding: 4px 14px; margin-bottom: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1;