tiny-slitaz diff tiny.css @ rev 35

helper: fix /etc/packages.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 13 15:37:38 2021 +0000 (2021-07-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tiny.css	Tue Jul 13 15:37:38 2021 +0000
     1.3 @@ -0,0 +1,14 @@
     1.4 +
     1.5 +#header { 
     1.6 +	border-bottom: 6px solid #d66018;
     1.7 +	color: #ffffff;
     1.8 +	font-weight: bold;
     1.9 +}
    1.10 +
    1.11 +#copy {
    1.12 +	text-align: center;
    1.13 +}
    1.14 +
    1.15 +#bottom {
    1.16 +	text-align: center;
    1.17 +}