Resources/Web/css/ohm_web.css
changeset 348 d8fa1e55acfa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Resources/Web/css/ohm_web.css	Sun May 27 20:15:32 2012 +0000
     1.3 @@ -0,0 +1,39 @@
     1.4 +body {
     1.5 +	font-size: 62.5%;
     1.6 +}
     1.7 +
     1.8 +table
     1.9 +{
    1.10 +  border-collapse:collapse;
    1.11 +}
    1.12 +
    1.13 +table, tr
    1.14 +{
    1.15 + border: 1px solid #F0F0F0;
    1.16 +}
    1.17 +
    1.18 +td
    1.19 +{
    1.20 + padding-right:10px;
    1.21 +}
    1.22 +
    1.23 +/* Site
    1.24 +   -------------------------------- */
    1.25 +
    1.26 +body {
    1.27 +	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
    1.28 +}
    1.29 +
    1.30 +div.header {
    1.31 +	padding:12px;
    1.32 +	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
    1.33 +}
    1.34 +
    1.35 +div.main {
    1.36 +	clear:both;
    1.37 +	padding:12px;
    1.38 +	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
    1.39 +	/*font-size: 1.3em;*/
    1.40 +	/*line-height: 1.4em;*/
    1.41 +}
    1.42 +