equal
deleted
inserted
replaced
68 text-align: center; |
68 text-align: center; |
69 } |
69 } |
70 |
70 |
71 img{ |
71 img{ |
72 border: none; |
72 border: none; |
73 display:block; |
|
74 } |
73 } |
75 |
74 |
76 img.prevnext { |
75 img.prevnext { |
77 width: 22px; |
76 width: 22px; |
78 height: 22px; |
77 height: 22px; |
240 |
239 |
241 /* rest related image classes generated with align: directive */ |
240 /* rest related image classes generated with align: directive */ |
242 |
241 |
243 img.align-right { |
242 img.align-right { |
244 margin-left: auto; |
243 margin-left: auto; |
|
244 display:block; |
245 } |
245 } |
246 |
246 |
247 img.align-left { |
247 img.align-left { |
248 margin-right: auto; |
248 margin-right: auto; |
|
249 display:block; |
249 } |
250 } |
250 |
251 |
251 img.align-center{ |
252 img.align-center{ |
252 text-align: center; |
253 text-align: center; |
253 margin-left: auto; |
254 margin-left: auto; |
254 margin-right: auto; |
255 margin-right: auto; |
|
256 display:block; |
255 } |
257 } |
256 |
258 |
257 |
259 |
258 /***************************************/ |
260 /***************************************/ |
259 /* LAYOUT */ |
261 /* LAYOUT */ |