소스 검색

Make footer a bit nicer.

pull/24/head
Ben Kurtovic 10 년 전
부모
커밋
18be13e12c
1개의 변경된 파일2개의 추가작업 그리고 10개의 파일을 삭제
  1. +2
    -10
      static/style.css

+ 2
- 10
static/style.css 파일 보기

@@ -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 {


불러오는 중...
취소
저장