diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/style.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/style.css b/docs/style.css index 70ce31e..133b193 100644 --- a/docs/style.css +++ b/docs/style.css | |||
@@ -170,11 +170,11 @@ pre > code { | |||
170 | 170 | ||
171 | /* art stuff */ | 171 | /* art stuff */ |
172 | #photos { | 172 | #photos { |
173 | -webkit-column-count: 3; | 173 | -webkit-column-count: 2; |
174 | -webkit-column-gap: 12px; | 174 | -webkit-column-gap: 12px; |
175 | -moz-column-count: 3; | 175 | -moz-column-count: 2; |
176 | -moz-column-gap: 12px; | 176 | -moz-column-gap: 12px; |
177 | column-count: 3; | 177 | column-count: 2; |
178 | column-gap: 12px; | 178 | column-gap: 12px; |
179 | } | 179 | } |
180 | 180 | ||
@@ -236,9 +236,9 @@ pre > code { | |||
236 | max-width: 650px; | 236 | max-width: 650px; |
237 | } | 237 | } |
238 | #photos { | 238 | #photos { |
239 | -moz-column-count: 3; | 239 | -moz-column-count: 2; |
240 | -webkit-column-count: 3; | 240 | -webkit-column-count: 2; |
241 | column-count: 3; | 241 | column-count: 2; |
242 | } | 242 | } |
243 | } | 243 | } |
244 | 244 | ||
@@ -247,9 +247,9 @@ pre > code { | |||
247 | max-width: 650px; | 247 | max-width: 650px; |
248 | } | 248 | } |
249 | #photos { | 249 | #photos { |
250 | -moz-column-count: 3; | 250 | -moz-column-count: 2; |
251 | -webkit-column-count: 3; | 251 | -webkit-column-count: 2; |
252 | column-count: 3; | 252 | column-count: 2; |
253 | } | 253 | } |
254 | } | 254 | } |
255 | 255 | ||