Browse Source

Remove trailing spaces and fix ribbon

pull/111/merge
Guillaume Ayoub 10 years ago
parent
commit
3759f608fd
  1. 6
      static/css/style.css

6
static/css/style.css

@ -316,12 +316,12 @@ footer ul li a:focus {
----------
*/
.ribbon {
#ribbon {
background: linear-gradient(#E95355, #D63739);
}
.ribbon a {
font: bold .8em "philisopher" ;
#ribbon a {
font: bold .8em "philisopher";
}

Loading…
Cancel
Save