Changeset - 7b7b59416910
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-26 23:58:26
dominikruf@gmail.com
less: remove line-through for <del>

- line-through makes it hard to read
- since the text is already red it is kinda redundant
- it gets overriden by kallithea-diff.less line 87 anyway
2 files changed with 1 insertions and 6 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -26,9 +26,6 @@ body pre {
 
  border-radius: inherit;
 
  overflow: inherit;
 
}
 
del {
 
  text-decoration: line-through;
 
}
 
a {
 
  color: #577632;
 
  text-decoration: none;
kallithea/public/less/style.less
Show inline comments
 
@@ -27,9 +27,7 @@ body pre {
 
  border-radius: inherit;
 
  overflow: inherit;
 
}
 
del {
 
  text-decoration: line-through;
 
}
 

	
 
a {
 
  color: #577632;
 
  text-decoration: none;
0 comments (0 inline, 0 general)