We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38cd8d commit 39f9713Copy full SHA for 39f9713
1 file changed
css/main.css
@@ -164,23 +164,17 @@ kbd {
164
}
165
166
.box-header {
167
- background-image: -o-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
168
- background-image: -moz-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
169
- background-image: -ms-linear-gradient(-89deg, #F4F4F4 0%, #EBEBEB 100%);
170
- background-image: linear-gradient(-179deg, #F4F4F4 0%, #EBEBEB 100%);
171
- border: 1px solid #fff;
172
- border-bottom: 1px solid #E7E7E7;
173
- height: 30px;
174
- padding: 0px 10px;
+ background: #EBEBEB;
+ min-height: 30px;
+ padding: 10px;
175
176
177
.box-header h2{
178
- font-size: 14px;
+ font-size: 16px;
179
margin: 5px 0;
180
181
182
.box-body {
183
184
font-size: 14px;
185
display: block;
186
clear: both;
0 commit comments