File tree Expand file tree Collapse file tree 1 file changed +4
-45
lines changed Expand file tree Collapse file tree 1 file changed +4
-45
lines changed Original file line number Diff line number Diff line change @@ -52,62 +52,21 @@ blockquote
52
52
background-color : # fff ;
53
53
}
54
54
55
- div .admonition-wrapper
55
+ div .admonition
56
56
{
57
57
margin : 20px 0 ;
58
58
padding : 15px ;
59
59
padding-right : 0 ;
60
60
position : relative;
61
+ background-color : # F5F5F5 ;
61
62
}
62
63
63
- .body-web div .admonition-wrapper
64
+ .body-web div .admonition
64
65
{
65
66
overflow : auto;
66
67
}
67
68
68
- div .admonition
69
- {
70
- background-color : # F5F5F5 ;
71
- padding : 35px 35px 13px 50px ;
72
- }
73
-
74
- div .note
75
- {
76
- background : url(../ images/admonition/note.gif) no-repeat 0 0 ;
77
- height : 51px ; left : 0 ; position : absolute; top : 0 ; width : 51px ;
78
- }
79
-
80
- div .caution
81
- {
82
- background : url(../ images/admonition/caution.gif) no-repeat 0 0 ;
83
- height : 51px ; left : 0 ; position : absolute; top : 0 ; width : 51px ;
84
- }
85
-
86
- div .warning
87
- {
88
- background : url(../ images/admonition/warning.gif) no-repeat 0 0 ;
89
- height : 51px ; left : 0 ; position : absolute; top : 0 ; width : 51px ;
90
- }
91
-
92
- div .tip
93
- {
94
- background : url(../ images/admonition/tip.gif) no-repeat 0 0 ;
95
- height : 51px ; left : 0 ; position : absolute; top : 0 ; width : 51px ;
96
- }
97
-
98
- div .sidebar
99
- {
100
- background : url(../ images/admonition/sidebar.gif) no-repeat 0 0 ;
101
- height : 51px ; left : 0 ; position : absolute; top : 0 ; width : 51px ;
102
- }
103
-
104
- div .seealso
105
- {
106
- background : url(../ images/admonition/seealso.png) no-repeat 0 0 ;
107
- height : 51px ; left : 0 ; position : absolute; top : 0 ; width : 51px ;
108
- }
109
-
110
- div .admonition-wrapper p .admonition-title
69
+ p .admonition-title
111
70
{
112
71
display : none;
113
72
}
You can’t perform that action at this time.
0 commit comments