File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ dl > dt:not(:first-of-type) {
189189.filter label {
190190 display : inline-block;
191191 padding : .3em .5em ;
192- margin : .3 em ;
192+ margin : .25 em ;
193193 border-radius : .3em ;
194194}
195195
@@ -246,3 +246,11 @@ dl > dt:not(:first-of-type) {
246246[property = "status" ], [property = "resolved" ] {
247247 white-space : nowrap;
248248}
249+
250+ form input , form button {
251+ font : inherit;
252+ }
253+
254+ form {
255+ font-weight : bold;
256+ }
Original file line number Diff line number Diff line change 99</ head >
1010< body >
1111
12+ < div mv-app mv-if ="!$url.spec ">
13+ < header >
14+ < div class ="mv-bar mv-ui mv-fixed "> </ div >
15+ < h1 >
16+ CSS WG Disposition of Comments
17+ </ h1 >
18+
19+ < form >
20+ < label > Spec shortname: < input name ="spec " value ="css-images " /> </ label >
21+ < label > Disposition of Comments id: < input name ="doc " value ="cr-2012 "> </ label >
22+ < button > Go</ button >
23+ </ form >
24+ </ header >
25+ </ div >
1226< div mv-app id ="issues "
1327 mv-storage ="https://github.com/w3c/csswg-drafts/{$url.spec}/issues-{$url.doc}.json "
14- mv-source ="{$url.spec}/issues-{$url.doc}.json "
15- mv-github-commit-prefix ="[{$url.spec}] ">
28+ mv-github-commit-prefix ="[{$url.spec}] " mv-if ="$url.spec ">
1629 < header >
1730 < div class ="mv-bar mv-ui mv-fixed "> </ div >
1831 < h1 >
You can’t perform that action at this time.
0 commit comments