Left: | ||
Right: |
OLD | NEW |
---|---|
1 #blog #posts | 1 #blog #posts |
2 { | 2 { |
3 margin-top: 1em; | 3 margin-top: 1em; |
4 } | 4 } |
5 | 5 |
6 #blog h1 a | 6 #blog h1 a |
7 { | 7 { |
8 color: inherit; | 8 color: inherit; |
9 } | 9 } |
10 | 10 |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
152 .disabled | 152 .disabled |
153 { | 153 { |
154 color: #888; | 154 color: #888; |
155 } | 155 } |
156 | 156 |
157 input[type="text"], | 157 input[type="text"], |
158 textarea | 158 textarea |
159 { | 159 { |
160 border: 1px solid rgb(238, 238, 238); | 160 border: 1px solid rgb(238, 238, 238); |
161 } | 161 } |
162 | |
163 .video-parent | |
juliandoucette
2018/04/24 15:56:05
This prevents videos from stretching full-width on
juliandoucette
2018/04/24 15:56:44
Detail: I based this width on the default that You
ire
2018/04/25 08:34:33
Ack. But why don't we want the videos stretching f
juliandoucette
2018/04/25 09:56:03
1. They weren't full-width before
2. I think full-
ire
2018/04/25 13:45:33
Thanks! I actually prefer them full-width, I gener
| |
164 { | |
165 max-width: 560px; | |
166 } | |
OLD | NEW |