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
 
@@ -308,17 +308,12 @@ nav.navbar #quick li .icon {
 

	
 
.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;
 
@@ -977,17 +972,12 @@ a.metatag[data-tag="license"]:hover {
 
}
 

	
 
.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;
0 comments (0 inline, 0 general)