mirror of
https://github.com/vrana/adminer.git
synced 2025-08-29 17:19:52 +02:00
Fix http:// links in stylesheets to protocol-independent ones (//)
The http links do not load on https pages due to mixed content restriction of modern browsers
This commit is contained in:
committed by
Jakub Vrana
parent
49e2ac4559
commit
c5a7174a2a
@@ -1,5 +1,5 @@
|
||||
/* CSS by Nicu I. - www.nicu.me */
|
||||
@import url('http://fonts.googleapis.com/css?family=Roboto:400,700,300');
|
||||
@import url('//fonts.googleapis.com/css?family=Roboto:400,700,300');
|
||||
body {
|
||||
font: 16px/1.25 'Roboto', Verdana, Arial, Helvetica, sans-serif;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user