Skip to content

Commit

Permalink
Tag ModernCount 2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed May 8, 2013
1 parent 23c77db commit 9786289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
6 changes: 3 additions & 3 deletions resources/bootstrap/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ h6 {
line-height: 20px;
color: #6baf0a;
text-rendering: optimizelegibility;
font-weight: 100;
}

h1 small,
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9786289

Please sign in to comment.