Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • thesisfinal
2 results

style.css

Blame
  • user avatar
    abele authored
    307d4818
    History
    style.css 328 B
    BODY { 
    	font-family: "Verdana,Arial,sans-serif";
    	font-size: 10pt;
    }
    PRE.LIST {
    	background: #CFD9FF;
    	border: 1ex solid #AAAAE6;
    	padding: 1ex;
    }
    
    PRE.SNIP {
    	background: #CFD9FF;
    	padding: 1ex;
    }
    
    PRE.CONSOLE {
    	color: #CCCCCC;
    	background: #000000;
    	font-family: "Courier New,Courier";
    	padding: 1ex;
    }