/[cvs]/expose/style.css
ViewVC logotype

Diff of /expose/style.css

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

revision 1.1 by cam, Thu Nov 6 11:53:44 2003 UTC revision 1.3 by cam, Fri Nov 7 22:34:38 2003 UTC
# Line 1  Line 1 
1  /**  /* $Header$*/
  * $Header$  
  *  
  */  
2    
3  body {  body {
4          background-image: url(/~ikea/images/bg.gif);          background-image: url(/~ikea/images/bg.gif);
5          font: 0.75em Arial, Verdana, San-Serif;          font: 0.75em Arial, Verdana, San-Serif;
6          margin: 0px;          margin: 0px;
7            color: #aaa;
8  }  }
9    
10    
# Line 82  div.section { Line 80  div.section {
80   * they are all relative to this.   * they are all relative to this.
81   */   */
82  #container {  #container {
83          width: 700px;          width: 1054px;
84          margin: 0 auto;          margin: 0 auto;
85          padding: 30px;          padding: 30px;
86            text-align: center;
87          background-color: #e5e5e5;          background-color: #e5e5e5;
88          border-left: 1px solid #aeaeae;          border-left: 1px solid #aeaeae;
89          border-right: 1px solid #aeaeae;          border-right: 1px solid #aeaeae;
# Line 96  div.section { Line 94  div.section {
94  }  }
95    
96  #image {  #image {
97            margin: 0 auto;
98          padding: 15px;          padding: 15px;
99          background-color: #fff;          background-color: #fff;
100          text-align: center;          text-align: center;
# Line 103  div.section { Line 102  div.section {
102  }  }
103    
104  #thumbnails_container {  #thumbnails_container {
105            margin: 0 auto;
106            text-align: center;
107          float: left;          float: left;
108  }  }
109    

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

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26