Browse Source

Add Genaviv style

spaghetti 8 years ago
parent
commit
96d2484ff0

BIN
static/styles/beluga/fonts/sourcesanspro-ln.woff2 View File


BIN
static/styles/beluga/fonts/sourcesanspro-lne.woff2 View File


BIN
static/styles/beluga/fonts/sourcesanspro-vm.woff2 View File


+ 3
- 3
static/styles/beluga/style.css View File

@@ -3,7 +3,7 @@
3 3
   font-family: 'Source Sans Pro';
4 4
   font-style: normal;
5 5
   font-weight: 400;
6
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/sourcesanspro-lne.woff2) format('woff2');
6
+  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-lne.woff2) format('woff2');
7 7
   unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
8 8
 }
9 9
 /* latin */
@@ -11,7 +11,7 @@
11 11
   font-family: 'Source Sans Pro';
12 12
   font-style: normal;
13 13
   font-weight: 400;
14
-  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(fonts/sourcesanspro-ln.woff2) format('woff2');
14
+  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../fonts/sourcesanspro-ln.woff2) format('woff2');
15 15
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
16 16
 }
17 17
 
@@ -548,7 +548,7 @@ p.min_padding {
548 548
 }
549 549
 
550 550
 #settings_sections > ul.nobullet {
551
-  padding: 0px 10px 10px;
551
+  /*padding: 0px 10px 10px;*/
552 552
 }
553 553
 
554 554
 .newmem {

Loading…
Cancel
Save