source: branches/rsr.v5.1.dev/web/app/out/dist/css/footer.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 414 bytes
Line 
1#footer
2{
3}
4
5#footer .content
6{ /*border-top: solid 1px #252525;*/
7  padding: 10px 0 20px 0;
8}
9
10#footer_content
11{ color: #555555;
12  font-size: 0.8em;
13  background-image: url("../images/footer_bkg.png");
14}
15
16#footer_navig
17{ float: left;
18  width: 480px;
19  padding: 0 10px 0 10px;
20}
21
22.footer_menu_part
23{ float: right;
24  margin: 0 0 10px 10px;
25}
26
27#footer_infos
28{ float: left;
29  width: 480px;
30  padding: 0 10px 0 10px;
31}
Note: See TracBrowser for help on using the repository browser.