~osdf-devteam/osdf/wp

« back to all changes in this revision

Viewing changes to style.css

  • Committer: Andrew Ettinger
  • Date: 2010-12-06 22:59:14 UTC
  • mfrom: (1.1.5 wp)
  • Revision ID: ettinger@andrew-ettingers-macbook-pro.local-20101206225914-c8yf5jq4tkcryftt
mergeĀ ~sillydeveloper/osdf/wp-experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  
2
 
Theme Name: RPAC
3
 
Theme URI: http://rpac.org
4
 
Description: A search engine optimized website framework for WordPress.
 
2
Theme Name: Open Source Democracy Foundation
 
3
Theme URI: http://theosdf.org
 
4
Description: A search engine optimized website framework for WordPress for the OSDF.
5
5
Author: Andrew Ettinger
6
 
Author URI: http://frugalprogrammer.com/
7
 
Version: 1.1
 
6
Author URI: http://andrewsbrain.com/
 
7
Version: 2.0
8
8
.
9
9
*/
10
 
@import "http://r-pac.org/css/style.css";
 
10
@import "http://theosdf.org/style.css";
11
11
 
12
 
body { url(http://r-pac.org/images/bg.gif) repeat-x; }
 
12
/* body { url(http://r-pac.org/images/bg.gif) repeat-x; } */
13
13
 
14
14
h1.entry-title { color: black; display: block; width: 100%; font-size: 40px; margin-bottom: 20px;}
15
15
 
38
38
    background: #EEE;
39
39
    border: 1px solid #DEDEDE;
40
40
    font-size: x-small;
41
 
    margin: 0px 0px 30px;
 
41
    margin: 20px 0px 30px;
42
42
    padding: 15px 0px 15px 20px;
43
43
}
44
44