3
3
*/
4
4
5
5
article , aside , details , figcaption , figure , footer , header , hgroup , nav , section { display : block; }
6
- audio , canvas , video { display : inline-block; * display : inline; * zoom : 1 ; }
6
+ audio , canvas , video { display : inline-block; }
7
7
audio : not ([controls ]) { display : none; }
8
8
[hidden ] { display : none; }
9
9
@@ -42,10 +42,9 @@ figure { margin: 0; }
42
42
form { margin : 0 ; }
43
43
fieldset { border : 0 ; margin : 0 ; padding : 0 ; }
44
44
label { cursor : pointer; }
45
- legend { border : 0 ; * margin-left : -7px ; padding : 0 ; }
46
- button , input , select , textarea { font-size : 100% ; margin : 0 ; vertical-align : baseline; * vertical-align : middle; }
47
- button , input { line-height : normal; * overflow : visible; }
48
- table button , table input { * overflow : auto; }
45
+ legend { border : 0 ; padding : 0 ; }
46
+ button , input , select , textarea { font-size : 100% ; margin : 0 ; vertical-align : baseline; }
47
+ button , input { line-height : normal; }
49
48
button , input [type = "button" ], input [type = "reset" ], input [type = "submit" ] { cursor : pointer; -webkit-appearance : button; }
50
49
input [type = "checkbox" ], input [type = "radio" ] { box-sizing : border-box; }
51
50
input [type = "search" ] { -webkit-appearance : textfield; -moz-box-sizing : content-box; -webkit-box-sizing : content-box; box-sizing : content-box; }
@@ -134,8 +133,6 @@ h1 .anchor, h2 .anchor, h3 .anchor, h4 .anchor {
134
133
display : inline-block;
135
134
width : 200px ;
136
135
border : 1px solid # ccc ;
137
- -webkit-border-radius : 4px ;
138
- -moz-border-radius : 4px ;
139
136
border-radius : 4px ;
140
137
padding : 10px ;
141
138
margin : 10px ;
@@ -151,8 +148,6 @@ h1 .anchor, h2 .anchor, h3 .anchor, h4 .anchor {
151
148
blockquote {
152
149
background : # ddf ;
153
150
border : 1px solid # ddf ;
154
- -webkit-border-radius : 4px ;
155
- -moz-border-radius : 4px ;
156
151
border-radius : 4px ;
157
152
margin : 0 20px ;
158
153
padding : 10px ;
@@ -175,8 +170,6 @@ blockquote p {
175
170
176
171
code : not ([class *= "language-" ]) {
177
172
border : 1px solid # ccc ;
178
- -webkit-border-radius : 3px ;
179
- -moz-border-radius : 3px ;
180
173
border-radius : 3px ;
181
174
padding : 0px 4px ;
182
175
display : inline-block;
@@ -211,7 +204,7 @@ li .tagline {
211
204
}
212
205
213
206
.fork-and-edit {
214
- background : url ("../img/github.gif" ) no-repeat scroll 0 0 transparent;
207
+ background : url ("../web/ img/github.gif" ) no-repeat scroll 0 0 transparent;
215
208
font-style : italic;
216
209
height : 40px ;
217
210
margin : 40px auto 0 ;
@@ -238,27 +231,7 @@ th, td {
238
231
}
239
232
240
233
# searchbar {
241
- text-align : right;
242
- }
243
-
244
- input # docsearch {
245
- width : 260px ;
246
- padding : 4px 4px 2px 4px ;
247
- box-shadow : 0px 5px 6px -2px # fafafa ;
248
- border-radius : 3px ;
249
- border : 1px solid # dedede ;
250
- padding : 0.4em 0.8em ;
251
- background-color : # fbfbff ;
252
- transition : all 0.2s ease;
253
- }
254
-
255
- input # docsearch : focus {
256
- box-shadow : 0px 5px 6px -2px # e6e6e6 ;
257
- border-color : # b4b4b4 ;
258
- }
259
-
260
- .ds-dropdown-menu {
261
- width : 600px ;
234
+ float : right;
262
235
}
263
236
264
237
h1 .latest {
0 commit comments