Changeset - c0f455bad77b
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 20:13:39
dominikruf@gmail.com
less: stick with the default of no shadow in navbar

And .icon is a span now, so display: inline has no effect
2 files changed with 1 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -86,33 +86,29 @@ a.permalink {
 
  background-color: inherit;
 
}
 
nav.navbar .navbar-brand:hover,
 
nav.navbar .navbar-brand {
 
  font-size: 20px;
 
  padding-top: 12px;
 
  color: white !important;
 
  height: 44px;
 
}
 
nav.navbar {
 
  min-height: 44px;
 
  background-color: #577632;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
nav.navbar #logo > .navbar-brand > img {
 
  margin-top: -9px;
 
  margin-right: 5px;
 
}
 
nav.navbar #quick li .icon {
 
  display: inline;
 
}
 
.form-group > label {
 
  float: left;
 
}
 
label {
 
  font-weight: inherit;
 
}
 
label.control-label {
 
  font-weight: bold;
 
}
 
.groups_breadcrumbs a {
 
  color: #fff;
 
}
 
@@ -634,25 +630,24 @@ table#changesets .booktag {
 
.booktag a:hover {
 
  text-decoration: none;
 
  color: inherit;
 
}
 
#summary .desc {
 
  white-space: pre;
 
  width: 100%;
 
}
 
#footer {
 
  padding: 10px 15px;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
#footer > span {
 
  color: #FFF;
 
  font-weight: 700;
 
}
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#footer.navbar {
 
  min-height: inherit;
 
  padding-bottom: 8px;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -92,33 +92,30 @@ a.permalink {
 
  background-color: inherit;
 
}
 
nav.navbar .navbar-brand:hover,
 
nav.navbar .navbar-brand {
 
  font-size: 20px;
 
  padding-top: 12px;
 
  color: white !important;
 
  height: 44px;
 
}
 
nav.navbar {
 
  min-height: 44px;
 
  background-color: #577632;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
nav.navbar #logo > .navbar-brand > img {
 
  margin-top: -9px;
 
  margin-right: 5px;
 
}
 
nav.navbar #quick li .icon {
 
  display: inline;
 
}
 

	
 
.form-group > label {
 
  float: left;
 
}
 
label {
 
  font-weight: inherit;
 
}
 
label.control-label {
 
  font-weight: bold;
 
}
 
.groups_breadcrumbs a {
 
  color: #fff;
 
}
 
@@ -408,25 +405,24 @@ ul#summary-menu-stats {
 
}
 

	
 
@import "kallithea-tags.less";
 

	
 
#summary .desc {
 
  white-space: pre;
 
  width: 100%;
 
}
 
#footer {
 
  padding: 10px 15px;
 
  background-color: #577632;
 
  background-repeat: repeat-x;
 
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
 
}
 
#footer > span {
 
  color: #FFF;
 
  font-weight: 700;
 
}
 
#footer .navbar-link {
 
  color: #FFF;
 
}
 
#footer.navbar {
 
  min-height: inherit;
 
  padding-bottom: 8px;
 
}
0 comments (0 inline, 0 general)