mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
one more unused bootstrap style
I CAN SEARCH WITH REGEX MANNN
This commit is contained in:
parent
a8e5d15a25
commit
705f94668f
1 changed files with 1 additions and 21 deletions
22
app/assets/stylesheets/vendor/bootstrap.css.scss
vendored
22
app/assets/stylesheets/vendor/bootstrap.css.scss
vendored
|
@ -80,25 +80,7 @@ img {
|
|||
.offset1 {
|
||||
margin-left: 64px;
|
||||
}
|
||||
.label {
|
||||
font-size: 10.998px;
|
||||
font-weight: bold;
|
||||
line-height: 14px;
|
||||
color: #ffffff;
|
||||
vertical-align: baseline;
|
||||
white-space: nowrap;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
||||
background-color: #999999;
|
||||
}
|
||||
.label {
|
||||
padding: 1px 4px 2px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
a.label:hover {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.btn::-moz-focus-inner,
|
||||
input[type="submit"].btn::-moz-focus-inner {
|
||||
padding: 0;
|
||||
|
@ -171,8 +153,6 @@ input[type="submit"].btn::-moz-focus-inner {
|
|||
border-right: 4px solid transparent;
|
||||
border-left: 4px solid transparent;
|
||||
content: "";
|
||||
opacity: 0.3;
|
||||
filter: alpha(opacity=30);
|
||||
}
|
||||
.dropdown .caret {
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Reference in a new issue