Merge "Styles and Asset No Longer Necessary"

This commit is contained in:
Jenkins 2015-08-29 16:16:52 +00:00 committed by Gerrit Code Review
commit 9ee1106472
2 changed files with 0 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

View File

@ -985,22 +985,6 @@ tr.terminated {
word-wrap: break-word;
}
.volume_boot_disclosure {
font-weight: bold;
color: $gray;
cursor: pointer;
background-image: url(../img/right_droparrow.png);
background-repeat: no-repeat;
background-position: 130px center;
}
.volume_boot_disclosure.on {
width: 334px;
margin-bottom: 10px;
border-bottom: solid 1px $border-color;
background-image: url(../img/drop_arrow.png);
}
.nav-tabs a {
cursor: pointer;
}