2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Added padding variable for alerts and changed customize.html Warning state (which doesn't exist anymore)

This commit is contained in:
Markus Maga
2013-08-06 00:06:57 +02:00
parent d2389ec7c4
commit 9108ab9fb8
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
// -------------------------
.alert {
padding: 15px 35px 15px 15px;
padding: @alert-padding (@alert-padding + 20) @alert-padding @alert-padding;
margin-bottom: @line-height-computed;
color: @alert-text;
background-color: @alert-bg;