2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

update css with latest stylelint

This commit is contained in:
Mark Otto
2018-04-08 18:08:03 -07:00
parent babd48fb81
commit 77342b080e
6 changed files with 10 additions and 10 deletions
@@ -40,8 +40,8 @@ body {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
background-repeat: repeat-x; /* Repeat the gradient */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#e5e5e5", GradientType=0); /* IE6-9 */
background-repeat: repeat-x; /* Repeat the gradient */
border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,