Skip to content

Commit d410319

Browse files
committed
Optimize .alert rules
1 parent 2a3b958 commit d410319

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

static/css/documentation.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,20 +1260,13 @@ pre span.comment {color: #aaa;}
12601260

12611261
.alert {
12621262
position:relative;
1263-
margin:0 auto;
1264-
padding:15px;
1263+
padding: 0 15px;
12651264
color:#264c72;
12661265
border: 1px solid #97c1da;
12671266
border-radius: 3px;
12681267
background-color: #d8ebf8;
12691268
}
12701269

1271-
.alert *:first-child { margin-top: 0 }
1272-
.alert *:last-child { margin-bottom: 0 }
1273-
1274-
/* @end */
1275-
1276-
12771270
/*------------------------------------------------------------------------------
12781271
Dev Program
12791272
------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)