~psmay/ixan/publish-pods

« back to all changes in this revision

Viewing changes to styles.template.css

  • Committer: Peter S. May
  • Date: 2010-05-04 15:32:51 UTC
  • Revision ID: peter_s._may_httppsmay.com-20100504153251-3e3nbnba50z2b41k
* styles.template.css: Added left text-align (a part of the page was defaulting to center in IE). Added a "this file is automatically generated" warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
[[
 
3
        # warn wayward souls
 
4
        uc reverse "/* .yltcerid tide ton od .detareneg yllacitamotua si elif siht */"
 
5
]]
 
6
 
2
7
@import url("http://yui.yahooapis.com/3.1.0/build/cssreset/reset-min.css");
3
8
@import url("http://yui.yahooapis.com/3.1.0/build/cssbase/base-min.css");
4
9
@import url("sans.css");
5
10
 
6
 
 
7
11
html, body {
8
12
        background-color: [[$edge_background]];
9
13
        color: [[$foreground]];
10
14
}
11
15
 
12
16
body {
 
17
        text-align: left;
13
18
        font-size: 87.5%;
14
19
}
15
20