comparison static/css/styles.css @ 459:a891b73d9bbb

css: don't set the same property twice
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 01 Jun 2016 07:21:17 +0800
parents 9f7df5119cc3
children 5ca151c7a4e6
comparison
equal deleted inserted replaced
458:9f7df5119cc3 459:a891b73d9bbb
59 * Forms 59 * Forms
60 */ 60 */
61 input, textarea, select { font-family: DejaVuSans, Helvetica, Arial, sans-serif; font-size: .8571em; vertical-align: top; } 61 input, textarea, select { font-family: DejaVuSans, Helvetica, Arial, sans-serif; font-size: .8571em; vertical-align: top; }
62 textarea { overflow: auto; width: 220px; height: 90px; } 62 textarea { overflow: auto; width: 220px; height: 90px; }
63 form ol { margin: 0; } 63 form ol { margin: 0; }
64 form ol li { list-style: none; margin: 0 0 10px 0; display: inline-block; overflow: hidden; } 64 form ol li { list-style: none; margin: 0 0 10px 0; display: block; overflow: hidden; }
65 form ol li { display: block; }
66 label { float: left; width: 100px; padding-right: 10px; text-align: right; } 65 label { float: left; width: 100px; padding-right: 10px; text-align: right; }
67 .submit { margin-left: 110px; } 66 .submit { margin-left: 110px; }
68 67
69 /* 68 /*
70 * Table 69 * Table
90 blockquote, q { quotes: "" ""; } 89 blockquote, q { quotes: "" ""; }
91 90
92 /* 91 /*
93 * Layout 92 * Layout
94 */ 93 */
95 .row { display: inline-block; overflow: hidden; border-bottom: 1px solid #ccc; } 94 .row { display: block; overflow: hidden; border-bottom: 1px solid #ccc; }
96 .row { display: block; }
97 .col { float: right; display: inline; width: 295px; margin: 25px; } 95 .col { float: right; display: inline; width: 295px; margin: 25px; }
98 .big { float: left; width: 470px; } 96 .big { float: left; width: 470px; }
99 .quote { float: right; width: 740px; text-align: right; margin-right: 25px; } 97 .quote { float: right; width: 740px; text-align: right; margin-right: 25px; }
100 .big h2 { margin-top: 20px; } 98 .big h2 { margin-top: 20px; }
101 .autowidth { width: auto; margin-right: 0; margin-left: 0; } 99 .autowidth { width: auto; margin-right: 0; margin-left: 0; }
153 #home ol a:hover { text-decoration: underline; } 151 #home ol a:hover { text-decoration: underline; }
154 152
155 /* 153 /*
156 * Footer 154 * Footer
157 */ 155 */
158 #footer { font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .6428em; display: inline-block; overflow: hidden; text-align: right; padding: 10px 25px; } 156 #footer { font-family: Verdana, DejaVuSans, Helvetica, Arial, sans-serif; font-size: .6428em; display: block; overflow: hidden; text-align: right; padding: 10px 25px; }
159 #footer { display: block; }
160 #footer div { float: left; } 157 #footer div { float: left; }
161 #footer a { text-decoration: none; } 158 #footer a { text-decoration: none; }
162 159
163 /* 160 /*
164 * Mercurial commands interspersed in text 161 * Mercurial commands interspersed in text