slitaz-forge diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pkgs/pkgs.css	Thu Apr 05 18:43:53 2012 +0200
     1.3 @@ -0,0 +1,21 @@
     1.4 +
     1.5 +#header {
     1.6 +	border-bottom: 8px solid #d66018;
     1.7 +}
     1.8 +
     1.9 +input[type=text] {
    1.10 +	/*width: inherit;*/
    1.11 +	width: 40%;
    1.12 +}
    1.13 +
    1.14 +#content {
    1.15 +	margin: 6px 40px 0px 0px;
    1.16 +}
    1.17 +
    1.18 +#copy {
    1.19 +	text-align: center;
    1.20 +}
    1.21 +
    1.22 +#bottom {
    1.23 +	text-align: center;
    1.24 +}