Changeset - 361122e9ee47
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-06-18 01:09:18
mads@kiilerich.com
style: drop a couple of unused references to a 'container' class that could conflict with Bootstrap
1 file changed with 0 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -290,53 +290,48 @@ nav.navbar #logo a {
 
}
 

	
 
nav.navbar #logo a:hover {
 
    color: #bfe3ff;
 
}
 

	
 
nav.navbar #quick {
 
    margin-right: 10px;
 
}
 

	
 
nav.navbar #quick li .icon {
 
    padding-left: 10px;
 
    display: inline;
 
}
 

	
 
.form-group > label {
 
    float: left;
 
}
 

	
 
.form-horizontal .form-group {
 
    margin-right: 0 !important;
 
    margin-left: 0 !important;
 
}
 

	
 
.panel-body > .container {
 
    margin-left: 0;
 
    padding: 0;
 
}
 

	
 
label {
 
    font-weight: inherit;
 
}
 

	
 
label.control-label {
 
    font-weight: bold;
 
}
 

	
 
#content nav.navbar .navbar-brand {
 
    height: inherit;
 
    line-height: inherit;
 
}
 

	
 
.groups_breadcrumbs a {
 
    color: #fff;
 
}
 

	
 
.groups_breadcrumbs a:hover {
 
    color: #bfe3ff;
 
    text-decoration: none;
 
}
 

	
 
.dt_repo {
 
    white-space: nowrap;
 
@@ -959,53 +954,48 @@ a.metatag[data-tag="license"]:hover {
 
    font-weight: 700;
 
}
 

	
 
#footer .navbar-link {
 
    color: #FFF;
 
}
 

	
 
#footer.navbar {
 
    min-height: inherit;
 
    padding-bottom: 8px;
 
}
 

	
 
#login .panel-body .icon-lock {
 
    font-size: 100px;
 
    color: #DDD;
 
    position: absolute;
 
    margin-left: -15px;
 
    z-index: 1;
 
}
 

	
 
.user-menu {
 
    padding: 0 !important;
 
}
 

	
 
.user-menu .container {
 
    padding: 0px 4px 0px 4px;
 
    margin: 0px 0px 0px 0px;
 
}
 

	
 
.user-menu .gravatar {
 
    margin: 0px 0px 0px 0px;
 
    cursor: pointer;
 
}
 
.user-menu .gravatar.enabled {
 
    background-color: #FDF784 !important;
 
}
 
.user-menu .gravatar:hover {
 
    background-color: #FDF784 !important;
 
}
 

	
 
#quick_login {
 
    width: 330px;
 
    min-height: 110px;
 
    padding: 0;
 
    position: absolute;
 
    right: 0;
 
    color: #fff;
 
    background-color: #577632;
 
    background-repeat: repeat-x;
 
    background-image: linear-gradient(to bottom, #577632, #577632);
 

	
 
    z-index: 999;
 
    border-radius: 0px 0px 4px 4px;
0 comments (0 inline, 0 general)