stas 02/04/29 21:38:14
Modified: src style.css
Log:
- remove unused styles, which couldn't be commented out, with nesting
comments
Revision Changes Path
1.67 +1 -24 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- style.css 29 Apr 2002 22:30:09 -0000 1.66
+++ style.css 30 Apr 2002 04:38:14 -0000 1.67
@@ -4,7 +4,6 @@
font-family: helvetica, arial, verdana, sans-serif;
font-size: 1.0em;
color: #000000;
- background-color: #ffffff;
}
p {
@@ -37,6 +36,7 @@
h1, h2, h3, h4 {
font-family: helvetica, arial, verdana, sans-serif;
color: #000000;
+ background-color: #ffffff;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
@@ -275,29 +275,6 @@
/*** swish-e search stuff ***/
-
-/***********
-Not currently used, but in source or templates:
-
- span.search-text in tmpl/custom/html/search
-
- in tmpl/custom/html/search_field
- td.search-title {
- font-size: 12px;
- }
-
- /* font specs for search box */
- .radio-font {
- font-family: verdana, arial, helvetica, sans-serif;
- font-size: 0.9em;
- color: #000000;
- }
-
- in search.tt for displaying the title
- td.search-heading
-
-**************/
-
/* Wrapped around the entire search form in src/search/search.tt */
div.search-form {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]