/[suikacvs]/webroot/admin/style/common.css
Suika

Diff of /webroot/admin/style/common.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon Jul 21 07:23:25 2003 UTC revision 1.4 by wakaba, Tue Nov 16 07:37:44 2004 UTC
# Line 1  Line 1 
1  @import '/s/default/xhtml1+2.css';  @import '/www/style/html/xhtml.css';
2  @import '/s/default/common-class.css';  @namespace h2 'http://www.w3.org/2002/06/xhtml2';
3    
4    /* XHTML 1 */
5  h1 {  h1 {
6          background-image: url(/admin/logo/suika);          background-image: url(/admin/logo/suika);
7          background-position: top left;          background-position: top left;
8          background-repeat: no-repeat;          background-repeat: no-repeat;
9            min-height: 42px;
10          padding-left: 100px;          padding-left: 100px;
11          text-align: left;          text-align: left;
 }  
12    }
13    
14    /* XHTML 2 */
15    body > h2|h {
16            margin-left: 0;
17            background-image: url(/admin/logo/suika);
18            background-position: top left;
19            background-repeat: no-repeat;
20            min-height: 42px;
21            padding-left: 100px;
22            text-align: left;
23    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24