Skip to content

Commit 39f9713

Browse files
committed
updating Additional Resources styling
1 parent f38cd8d commit 39f9713

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

css/main.css

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -164,23 +164,17 @@ kbd {
164164
}
165165

166166
.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;
167+
background: #EBEBEB;
168+
min-height: 30px;
169+
padding: 10px;
175170
}
176171

177172
.box-header h2{
178-
font-size: 14px;
173+
font-size: 16px;
179174
margin: 5px 0;
180175
}
181176

182177
.box-body {
183-
border: 1px solid #fff;
184178
font-size: 14px;
185179
display: block;
186180
clear: both;

0 commit comments

Comments
 (0)