www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www reset.css graphics/topbanner.png


From: Matt Lee
Subject: www reset.css graphics/topbanner.png
Date: Sat, 01 Dec 2007 02:01:57 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        07/12/01 02:01:57

Added files:
        .              : reset.css 
        graphics       : topbanner.png 

Log message:
        new 'reset' stylesheet, and top banner graphic

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/reset.css?cvsroot=www&rev=1.1
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/topbanner.png?cvsroot=www&rev=1.1

Patches:
Index: reset.css
===================================================================
RCS file: reset.css
diff -N reset.css
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ reset.css   1 Dec 2007 02:01:48 -0000       1.1
@@ -0,0 +1,43 @@
+html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
+p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
+dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
+sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+        margin: 0;
+        padding: 0;
+        border: 0;
+        outline: 0;
+        font-weight: inherit;
+        font-style: inherit;
+        font-size: 100%;
+        font-family: inherit;
+        vertical-align: baseline;
+}
+/* remember to define focus styles! */
+:focus {
+        outline: 0;
+}
+body {
+        line-height: 1;
+        color: black;
+        background: white;
+}
+ol, ul {
+        list-style: none;
+}
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+        border-collapse: separate;
+        border-spacing: 0;
+}
+caption, th, td {
+        text-align: left;
+        font-weight: normal;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+                    content: "";
+}
+blockquote, q {
+        quotes: "" "";
+}

Index: graphics/topbanner.png
===================================================================
RCS file: graphics/topbanner.png
diff -N graphics/topbanner.png
Binary files /dev/null and /tmp/cvssT92uW differ




reply via email to

[Prev in Thread] Current Thread [Next in Thread]