Kaynağa Gözat

Make footer a bit nicer.

pull/24/head
Ben Kurtovic 10 yıl önce
ebeveyn
işleme
18be13e12c
1 değiştirilmiş dosya ile 2 ekleme ve 10 silme
  1. +2
    -10
      static/style.css

+ 2
- 10
static/style.css Dosyayı Görüntüle

@@ -34,19 +34,11 @@ div#container {
div#footer {
position: fixed;
width: 100%;
height: 50px;
bottom: 0;
font-size: 12px;
font-size: 0.85em;
text-align: center;
line-height: 1.5;

background: #EEEEEE;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7F7F7), to(#CCCCCC)); /* Chrome, Safari 4+ */
background: -webkit-linear-gradient(top, #F7F7F7, #CCCCCC); /* Chrome 10+, Safari 5+ */
background: -moz-linear-gradient(top, #F7F7F7, #CCCCCC); /* Firefox 3.6+ */
background: -ms-linear-gradient(top, #F7F7F7, #CCCCCC); /* IE 10+ (lol) */
background: -o-linear-gradient(top, #F7F7F7, #CCCCCC); /* Opera 11.10+ */
background: linear-gradient(top, #F7F7F7, #CCCCCC);
background: #DDDDDD;
}

div#foot-divider {


Yükleniyor…
İptal
Kaydet