[EMAIL PROTECTED] wrote:
moseley     02/04/29 15:30:09

  Modified:    src      style.css
               src/search search.tt
               tmpl/custom/html search search_field
  Log:
  Update style sheet per Stas' request to make the search specific
  styles easier to spot.  Removed some non-used ones, too.

Revision Changes Path
1.66 +52 -38 modperl-docs/src/style.css
Index: style.css
===================================================================
RCS file: /home/cvs/modperl-docs/src/style.css,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- style.css 29 Apr 2002 04:51:34 -0000 1.65
+++ style.css 29 Apr 2002 22:30:09 -0000 1.66
@@ -65,9 +65,7 @@
a.pdfsrc {
font-family: verdana, arial, helvetica, sans-serif;
- font-size: 0.9em;
- font-weight: bold;
- color: #525d76;
+ font-size: 0.8em;
}

this is not part of renaming the styles commit. Please let's keep the logs useful. And I really don't like having an ugly link stuck in this corner. It was bad enough, now it's horrible. May be it looks ok on your browser. On mine it's horrors. I much prefer Allan's small images for that, which look the same everywhere.


  +/*** 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
  +
  +**************/

You cannot nest comments: http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fperl.apache.org%2Fpreview%2Fmodperl-docs%2Fdst_html%2Fdocs%2F1.0%2Fguide%2Fgetwet.html&warning=1&profile=css2 Errors URI : http://perl.apache.org/preview/modperl-docs/dst_html/style.css

* Line: 307 Context : in search.tt for displaying the title td.search-heading *

Parse Error - **************/ div.search-form { font-size: 1.0em; }

Any reason for the following styles not to have a "search-" prefix?

/* Search form styles */
input {
    font-size: 12px;
}

select {
    font-size: 12px;
}

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to