Skip to content

Commit d558af3

Browse files
committed
fix(css): remove merge conflicts
Remove the merge conflicts from the file
1 parent dcb875e commit d558af3

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

Diff for: app/templates/styles/css/bootstrap.css

-36
Original file line numberDiff line numberDiff line change
@@ -2538,52 +2538,16 @@ input[type="button"].btn-block {
25382538
content: "\e051";
25392539
}
25402540

2541-
<<<<<<< HEAD
2542-
[class^="icon-"],
2543-
[class*=" icon-"] {
2544-
display: inline-block;
2545-
width: 14px;
2546-
height: 14px;
2547-
margin-top: 1px;
2548-
*margin-right: .3em;
2549-
line-height: 14px;
2550-
vertical-align: text-top;
2551-
background-image: url("../images/glyphicons-halflings.png");
2552-
background-position: 14px 14px;
2553-
background-repeat: no-repeat;
2554-
=======
25552541
.glyphicon-align-left:before {
25562542
content: "\e052";
2557-
>>>>>>> Jumbotron
25582543
}
25592544

25602545
.glyphicon-align-center:before {
25612546
content: "\e053";
25622547
}
25632548

2564-
<<<<<<< HEAD
2565-
.icon-white,
2566-
.nav-pills > .active > a > [class^="icon-"],
2567-
.nav-pills > .active > a > [class*=" icon-"],
2568-
.nav-list > .active > a > [class^="icon-"],
2569-
.nav-list > .active > a > [class*=" icon-"],
2570-
.navbar-inverse .nav > .active > a > [class^="icon-"],
2571-
.navbar-inverse .nav > .active > a > [class*=" icon-"],
2572-
.dropdown-menu > li > a:hover > [class^="icon-"],
2573-
.dropdown-menu > li > a:focus > [class^="icon-"],
2574-
.dropdown-menu > li > a:hover > [class*=" icon-"],
2575-
.dropdown-menu > li > a:focus > [class*=" icon-"],
2576-
.dropdown-menu > .active > a > [class^="icon-"],
2577-
.dropdown-menu > .active > a > [class*=" icon-"],
2578-
.dropdown-submenu:hover > a > [class^="icon-"],
2579-
.dropdown-submenu:focus > a > [class^="icon-"],
2580-
.dropdown-submenu:hover > a > [class*=" icon-"],
2581-
.dropdown-submenu:focus > a > [class*=" icon-"] {
2582-
background-image: url("../images/glyphicons-halflings-white.png");
2583-
=======
25842549
.glyphicon-align-right:before {
25852550
content: "\e054";
2586-
>>>>>>> Jumbotron
25872551
}
25882552

25892553
.glyphicon-align-justify:before {

0 commit comments

Comments
 (0)