www-commits
[Top][All Lists]
Advanced

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

www reset.css


From: Matt Lee
Subject: www reset.css
Date: Wed, 13 Feb 2008 17:28:58 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        08/02/13 17:28:58

Modified files:
        .              : reset.css 

Log message:
        v1.0 | 20080212

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/reset.css?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: reset.css
===================================================================
RCS file: /web/www/www/reset.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- reset.css   1 Dec 2007 02:01:48 -0000       1.1
+++ reset.css   13 Feb 2008 17:28:54 -0000      1.2
@@ -1,43 +1,53 @@
-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,
+/* http://meyerweb.com/eric/tools/css/reset/ */
+/* v1.0 | 20080212 */
+
+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,
+b, u, i, center,
+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;
+       background: transparent;
 }
 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, q {
+       quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
-                    content: "";
+       content: '';
+       content: none;
 }
-blockquote, q {
-        quotes: "" "";
+
+/* remember to define focus styles! */
+:focus {
+       outline: 0;
+}
+
+/* remember to highlight inserts somehow! */
+ins {
+       text-decoration: none;
+}
+del {
+       text-decoration: line-through;
+}
+
+/* tables still need 'cellspacing="0"' in the markup */
+table {
+       border-collapse: collapse;
+       border-spacing: 0;
 }




reply via email to

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