Changeset - 9136c3c1680e
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-26 22:39:18
dominikruf@gmail.com
less: use bootstrap default font

I think it looks much better.
2 files changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -9,7 +9,6 @@
 
 */
 
body {
 
  background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
 
  font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 
}
 
/* Undo unfortunate Bootstrap default styling */
 
body pre {
kallithea/public/less/style.less
Show inline comments
 
@@ -10,7 +10,6 @@
 

	
 
body {
 
  background: url("../images/background.png") repeat scroll 0 0 #B0B0B0;
 
  font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial, sans-serif;
 
}
 
/* Undo unfortunate Bootstrap default styling */
 
body pre {
0 comments (0 inline, 0 general)