Changeset - d69d258c1403
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 00:25:37
dominikruf@gmail.com
less: use more generic selector for formatted-fixed

Why should this only be usable on <div>!

Also add comment.
2 files changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -43,7 +43,8 @@ div.formatted-fixed,
 
  font-size: 12px;
 
  font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
 
}
 
div.formatted-fixed {
 
/* class for texts where newlines should be preserved, for very light-weight ascii art markup (like pull request descriptions) */
 
.formatted-fixed {
 
  white-space: pre-wrap;
 
}
 
.changeset_hash {
kallithea/public/less/style.less
Show inline comments
 
@@ -45,9 +45,12 @@ div.formatted-fixed,
 
  font-size: 12px;
 
  font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
 
}
 
div.formatted-fixed {
 

	
 
/* class for texts where newlines should be preserved, for very light-weight ascii art markup (like pull request descriptions) */
 
.formatted-fixed {
 
  white-space: pre-wrap;
 
}
 

	
 
.changeset_hash {
 
  font-family: Lucida Console, Consolas, Monaco, Inconsolata, Liberation Mono, monospace;
 
}
0 comments (0 inline, 0 general)