Left: | ||
Right: |
LEFT | RIGHT |
---|---|
(no file at all) | |
1 #content | 1 #content |
2 { | 2 { |
3 text-align: center; | 3 text-align: center; |
4 margin-left: 0; | 4 margin-left: 0; |
5 margin-right: 0; | 5 margin-right: 0; |
6 } | 6 } |
7 | 7 |
8 #abb-banner | 8 #abb-banner |
9 { | 9 { |
10 padding: 20px; | 10 padding: 20px; |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
106 #key-facts section.border-right | 106 #key-facts section.border-right |
107 { | 107 { |
108 padding-bottom: 25px; | 108 padding-bottom: 25px; |
109 border-bottom: 1px dotted black; | 109 border-bottom: 1px dotted black; |
110 } | 110 } |
111 | 111 |
112 #footnote | 112 #footnote |
113 { | 113 { |
114 padding: 0px 20px; | 114 padding: 0px 20px; |
115 } | 115 } |
116 | |
117 #more, #less | |
118 { | |
119 padding: 10px 50px; | |
120 border-radius: 4px; | |
121 } | |
122 | |
123 #sidebar | |
124 { | |
125 padding-top: 20px; | |
126 } | |
127 | |
128 .more-tab | |
129 { | |
130 text-align: left; | |
131 margin: 10px 10px 0px 10px; | |
132 } | |
LEFT | RIGHT |