mirror of
https://github.com/dolphin-emu/redmine-theme-flat.git
synced 2026-01-31 01:15:20 +01:00
Merge pull request #13 from nathan-pmt/master
Allow both http and https sites to pull fonts without mixed content warnings
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@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,5 +1,5 @@
|
||||
@import url(../../../stylesheets/application.css);
|
||||
@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);
|
||||
/* load the default Redmine stylesheet */
|
||||
.input_tiny {
|
||||
width: 50px;
|
||||
|
||||
Reference in New Issue
Block a user