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

Diff of /expose/style.css

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

revision 1.2 by cam, Thu Nov 6 14:47:53 2003 UTC revision 1.3 by cam, Fri Nov 7 22:34:38 2003 UTC
# Line 80  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 94  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 101  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.2  
changed lines
  Added in v.1.3

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26