public/vain_routes/stylesheets/base.css in vain_routes-1.0.0 vs public/vain_routes/stylesheets/base.css in vain_routes-1.0.1

- old
+ new

@@ -1,49 +1,49 @@ -html, body{ -} -.main-content{ -} - -html, body{ - /*background-color: #262B2F;*/ - background-image:url('/vain_routes/images/oak_background_texture.jpg'); - background-position: 0 0; - -} -.main-content{ - width: 960px; - margin: 0px auto; - margin-top:25px; - margin-bottom: 25px; - /*background-color: white;*/ - - border-radius: 20px; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; -} - -div.routes{ - - margin-left: 10px; - margin-right: 10px; - } - -col.order{ - width: 75px; -} -col.verb{ - width: 75px; -} -col.path{ - width: 350px; - overflow: auto; - -} - -col.controller{ - text-align: left; -} - -td.wrapword{ - - word-wrap: break-word; /* Internet Explorer 5.5+ & Chrome*/ +html, body{ +} +.main-content{ +} + +html, body{ + /*background-color: #262B2F;*/ + background-image:url('/vain_routes/images/oak_background_texture.jpg'); + background-position: 0 0; + +} +.main-content{ + width: 960px; + margin: 0px auto; + margin-top:25px; + margin-bottom: 25px; + /*background-color: white;*/ + + border-radius: 20px; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; +} + +div.routes{ + + margin-left: 10px; + margin-right: 10px; + } + +col.order{ + width: 75px; +} +col.verb{ + width: 75px; +} +col.path{ + width: 350px; + overflow: auto; + +} + +col.controller{ + text-align: left; +} + +td.wrapword{ + + word-wrap: break-word; /* Internet Explorer 5.5+ & Chrome*/ } \ No newline at end of file