comparison static/css/styles.css @ 457:19ea041943ed

frontpage: don't cut off text in quick start snippet, resize the column instead Otherwise it looks like it says 'hg clone https://selenic.com/repo/hell'.
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 28 May 2016 09:28:13 +0800
parents c3c50748a20b
children 9f7df5119cc3
comparison
equal deleted inserted replaced
456:c3c50748a20b 457:19ea041943ed
96 .row { display: block; } 96 .row { display: block; }
97 .col { float: right; display: inline; width: 295px; margin: 25px; } 97 .col { float: right; display: inline; width: 295px; margin: 25px; }
98 .big { float: left; width: 470px; } 98 .big { float: left; width: 470px; }
99 .quote { float: right; width: 740px; text-align: right; margin-right: 25px; } 99 .quote { float: right; width: 740px; text-align: right; margin-right: 25px; }
100 .big h2 { margin-top: 20px; } 100 .big h2 { margin-top: 20px; }
101 .autowidth { width: auto; margin-right: 0; }
101 102
102 /* 103 /*
103 * Logo 104 * Logo
104 */ 105 */
105 #logo { border-bottom: 1px solid #ccc; margin: 0 0 15px 0; } 106 #logo { border-bottom: 1px solid #ccc; margin: 0 0 15px 0; }