modifs design

This commit is contained in:
Nicolas Bally 2013-05-10 15:15:24 +02:00
parent 8e5d03da8a
commit 6646802a82
5 changed files with 9 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -2,7 +2,7 @@
position:fixed; position:fixed;
top:1em; top:1em;
left:1em; right:1em;
width:300px; width:300px;
background:rgba(0,0,0,0.8); background:rgba(0,0,0,0.8);
z-index:2; z-index:2;

View File

@ -1,7 +1,7 @@
$baseFontSize : 16px; $baseFontSize : 16px;
$headerFontFamily : 'Verdana', 'arial', 'san-serif'; $headerFontFamily : 'Times', 'Times new roman', 'serif';
$headerFontWeight : normal; $headerFontWeight : normal;
$ratio : 1.35; $ratio : 1.35;
$rowWidth : 1200px; $rowWidth : 1200px;
@ -46,7 +46,7 @@ $rowWidth : 1200px;
body{ body{
font-family : 'Avenir', 'arial', 'san-serif'; font-family : 'Times', 'Times new roman', 'serif';
color:#333333; color:#333333;
@ -86,6 +86,11 @@ body{
} }
#main{ #main{
text-align:justify;
.eight{
padding:0 5em 0 3em;
}
h1, h2,h3,h4{ h1, h2,h3,h4{
color :#00ade2; color :#00ade2;
} }

View File

@ -9,7 +9,7 @@ class Public::HomeController < ApplicationController
@articles = @articles.page(params[:page]).per(4) @articles = @articles.page(params[:page]).per(4)
@title = "Articles du blog" @title = "Formation EFT"
end end