4
4
cursor : pointer;
5
5
}
6
6
7
- .custom-footer html , body , div , applet , object , iframe ,
8
- h1 , h2 , h3 , h4 , h5 , h6 , p , blockquote , pre ,
9
- a , abbr , acronym , address , big , cite , code ,
10
- del , dfn , em , img , ins , kbd , q , s , samp ,
11
- small , strike , strong , sub , sup , tt , var ,
12
- b , u , i , center ,
13
- dl , dt , dd , ol , ul , li ,
14
- fieldset , form , label , legend ,
15
- table , caption , tbody , tfoot , thead , tr , th , td ,
16
- article , aside , canvas , details , embed ,
17
- figure , figcaption , footer , header , hgroup ,
18
- menu , nav , output , ruby , section , summary ,
19
- time , mark , audio , video , button {
20
- margin : 0 ;
21
- padding : 0 ;
22
- border : 0 ;
23
- vertical-align : baseline;
24
- }
25
-
26
-
27
- /* HTML5 display-role reset for older browsers */
28
- .custom-footer article , aside , details , figcaption , figure ,
29
- footer , header , hgroup , menu , nav , section {
30
- display : block;
7
+ .custom-footer * {
8
+ margin : 0 ;
9
+ padding : 0 ;
10
+ border : 0 ;
31
11
}
32
12
33
13
.custom-footer ol , ul {
34
14
list-style : none;
35
15
}
36
16
37
- .custom-footer blockquote , q {
17
+ .custom-footer blockquote {
38
18
quotes : none;
39
19
}
40
20
@@ -46,4 +26,8 @@ footer, header, hgroup, menu, nav, section {
46
26
.custom-footer table {
47
27
border-collapse : collapse;
48
28
border-spacing : 0 ;
29
+ }
30
+
31
+ .custom-footer {
32
+ border-top-width : 0 ;
49
33
}
0 commit comments