small CSS fix

This commit is contained in:
Yann Esposito (Yogsototh) 2013-01-21 23:10:14 +01:00
parent 4859016a4c
commit ac8ef1fab9
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@ html
body
padding: 0
margin: 0
font-family: Helvetica, sans-serif !important
font-family: 'Droid Sans', Helvetica, sans-serif !important
font-size: $unit
line-height: $lineheight
background: $base02
@ -306,9 +306,9 @@ blockquote
color: $base01
pre
padding: $unit
margin: $unit
pre,code
background-color: $base02
margin: $unit
border: 1px solid $base01
code
border: none

View file

@ -15,6 +15,7 @@
<link rel="stylesheet" type="text/css" href="<%=@config[:webprefix]%>/css/solarized_striped.css" />
<link rel="stylesheet" type="text/css" href="<%=@config[:webprefix]%>/css/idc.css" />
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/yannespositocom<%= language %>"/><%
languages.each do |lang|
item_for_lang=item_of_language(lang)