Skip to content

Commit

Permalink
Design improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Chaintreuil committed Apr 6, 2012
1 parent 6c74e5d commit b837ddf
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion rezoirclogs/static/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ body {
font-size: 13px;
line-height: 18px;
color: #555555;
background-color: #ffffff;
background-color: #eee;
}
a {
color: #0088cc;
Expand Down Expand Up @@ -312,6 +312,10 @@ h6 small {
h1 {
font-size: 30px;
line-height: 36px;
color: #555;
border-bottom: 1px solid #aaa;
padding-bottom: 5px;
margin-bottom: 5px;
}
h1 small {
font-size: 18px;
Expand Down Expand Up @@ -1769,6 +1773,7 @@ table .span12 {
.btn {
display: inline-block;
padding: 4px 10px 4px;
margin: 5px 0px 5px 0px;
font-size: 13px;
line-height: 18px;
color: #333333;
Expand Down Expand Up @@ -3324,3 +3329,16 @@ a.thumbnail:hover {
.invisible {
visibility: hidden;
}

#content {
margin: 15px 5px 15px 5px;
padding : 10px;
border: 1px solid #aaa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #fff;
-webkit-box-shadow: 0 10px 6px -6px #777;
-moz-box-shadow: 0 10px 6px -6px #777;
box-shadow: 0 10px 6px -6px #777;
}

2 comments on commit b837ddf

@RChaintreuil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum, problème de config de git. Je pensais que pusher avec mes identifiants github suffirait, mais non :/

@madjar
Copy link
Contributor

@madjar madjar commented on b837ddf Apr 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oublie pas de mettre ton email dans la config de ton git.

Please sign in to comment.