Changeset - c7d9141b2576
[Not reviewed]
default
0 1 0
Mads Kiilerich - 7 years ago 2019-03-22 02:04:31
mads@kiilerich.com
style: align repository page HG/GIT logo with other headings - align context-bar heading with panel-heading

Similarly, give Previous/Next links same margin so it aligns with panel content.
1 file changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/front-end/style.less
Show inline comments
 
@@ -674,7 +674,7 @@ div.comment-prev-next-links div.prev-com
 
div.comment-prev-next-links div.next-comment {
 
  display: inline-block;
 
  min-width: 150px;
 
  margin: 3px 6px;
 
  margin: 3px 15px;
 
}
 
#comments-general-comments div.comment-prev-next-links div.prev-comment,
 
#comments-general-comments div.comment-prev-next-links div.next-comment {
 
@@ -929,6 +929,11 @@ nav.navbar #quick > li > a,
 
  height: @navbar-height;
 
}
 

	
 
/* align with panel-heading */
 
nav.navbar#context-bar > .container-fluid {
 
  padding-left: 15px;
 
}
 

	
 
/* at.js */
 
.atwho-view strong {
 
  /* the blue color doesn't look good, use normal color */
0 comments (0 inline, 0 general)