mirror of
https://github.com/dolphin-emu/redmine-theme-flat.git
synced 2026-01-31 01:15:20 +01:00
Merge branch 'master' of github.com:tsi/redmine-theme-flat
Conflicts: stylesheets/application.css
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/* load the default Redmine stylesheet */
|
||||
@import url(../../../stylesheets/application.css);
|
||||
@import url('../../../stylesheets/application.css');
|
||||
|
||||
// Open Sans
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
|
||||
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');
|
||||
|
||||
$gray-dark: #202020;
|
||||
$gray-text: #484848;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* load the default Redmine stylesheet */
|
||||
@import url(../../../stylesheets/application.css);
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
|
||||
@import url("../../../stylesheets/application.css");
|
||||
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");
|
||||
.input_tiny {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user