diff options
Diffstat (limited to 'theme/css/default.css')
-rw-r--r-- | theme/css/default.css | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/theme/css/default.css b/theme/css/default.css index 58e3ea0..e7668f6 100644 --- a/theme/css/default.css +++ b/theme/css/default.css | |||
@@ -241,7 +241,7 @@ body { | |||
241 | /* line 98, ../scss/default.scss */ | 241 | /* line 98, ../scss/default.scss */ |
242 | slides > slide { | 242 | slides > slide { |
243 | display: none; | 243 | display: none; |
244 | font-family: "Open Sans", Arial, sans-serif; | 244 | font-family: 'Open Sans', Arial, sans-serif; |
245 | font-size: 26px; | 245 | font-size: 26px; |
246 | color: #797979; | 246 | color: #797979; |
247 | width: 900px; | 247 | width: 900px; |
@@ -326,11 +326,6 @@ slides > slide:not(.nobackground):after { | |||
326 | /* line 194, ../scss/default.scss */ | 326 | /* line 194, ../scss/default.scss */ |
327 | slides > slide.title-slide:after { | 327 | slides > slide.title-slide:after { |
328 | content: ''; | 328 | content: ''; |
329 | background: url(../../images/io2012_logo.png) no-repeat 100% 50%; | ||
330 | -webkit-background-size: contain; | ||
331 | -moz-background-size: contain; | ||
332 | -o-background-size: contain; | ||
333 | background-size: contain; | ||
334 | position: absolute; | 329 | position: absolute; |
335 | bottom: 40px; | 330 | bottom: 40px; |
336 | right: 40px; | 331 | right: 40px; |
@@ -531,7 +526,7 @@ ul ul { | |||
531 | 526 | ||
532 | /* line 373, ../scss/default.scss */ | 527 | /* line 373, ../scss/default.scss */ |
533 | pre { | 528 | pre { |
534 | font-family: "Source Code Pro", "Courier New", monospace; | 529 | font-family: 'Source Code Pro', 'Courier New', monospace; |
535 | font-size: 20px; | 530 | font-size: 20px; |
536 | line-height: 28px; | 531 | line-height: 28px; |
537 | padding: 10px 0 10px 60px; | 532 | padding: 10px 0 10px 60px; |
@@ -567,7 +562,7 @@ pre[data-lang="go"] { | |||
567 | /* line 404, ../scss/default.scss */ | 562 | /* line 404, ../scss/default.scss */ |
568 | code { | 563 | code { |
569 | font-size: 95%; | 564 | font-size: 95%; |
570 | font-family: "Source Code Pro", "Courier New", monospace; | 565 | font-family: 'Source Code Pro', 'Courier New', monospace; |
571 | color: black; | 566 | color: black; |
572 | } | 567 | } |
573 | 568 | ||