slitaz-forge view pkgs/pkgs.css @ rev 231

pkgs: separate HTML header/footer and custom CSS
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 05 18:43:53 2012 +0200 (2012-04-05)
parents
children 09934686c8d7
line source
2 #header {
3 border-bottom: 8px solid #d66018;
4 }
6 input[type=text] {
7 /*width: inherit;*/
8 width: 40%;
9 }
11 #content {
12 margin: 6px 40px 0px 0px;
13 }
15 #copy {
16 text-align: center;
17 }
19 #bottom {
20 text-align: center;
21 }