Skip to content

Commit 9786289

Browse files
author
Yannick
committed
Tag ModernCount 2.0-beta
1 parent 23c77db commit 9786289

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: admin/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* License: http://www.gnu.org/licenses/gpl.html GPL version 3 or higher
77
*/
88

9-
$version = "1.6.9";
9+
$version = "2.0-beta";
1010

1111
if (!file_exists("../config.php")) {
1212
header("Location: ../installer");

Diff for: resources/bootstrap/css/bootstrap.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ h6 {
663663
line-height: 20px;
664664
color: #6baf0a;
665665
text-rendering: optimizelegibility;
666+
font-weight: 100;
666667
}
667668

668669
h1 small,
@@ -972,7 +973,7 @@ input,
972973
button,
973974
select,
974975
textarea {
975-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
976+
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
976977
}
977978

978979
label {
@@ -1477,7 +1478,6 @@ select:focus:invalid:focus {
14771478
padding: 19px 20px 20px;
14781479
margin-top: 20px;
14791480
margin-bottom: 20px;
1480-
background-color: #f5f5f5;
14811481
border-top: 1px solid #e5e5e5;
14821482
}
14831483

@@ -3777,7 +3777,7 @@ input[type="submit"].btn::-moz-focus-inner {
37773777
.navbar-search .search-query {
37783778
padding: 4px 14px;
37793779
margin-bottom: 0;
3780-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
3780+
font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
37813781
font-size: 13px;
37823782
font-weight: normal;
37833783
line-height: 1;

0 commit comments

Comments
 (0)