comparison css/ideas.css @ 147:3bc644fab800

s
author Robert McIntyre <rlm@mit.edu>
date Sat, 18 Apr 2015 13:49:58 -0700
parents f5a56e2241fb
children 7bb8ee5a52e8
comparison
equal deleted inserted replaced
146:e9c46842080b 147:3bc644fab800
97 97
98 .outline-3:nth-child(even) { 98 .outline-3:nth-child(even) {
99 background:#eee; 99 background:#eee;
100 } 100 }
101 101
102 #content { 102 #content{
103 /* center this! */ 103 width:85% !important;
104 width:80%; 104 margin-left:auto !important;
105 105 margin-right:auto !important;
106 } 106 }