/*! * Bootstrap @VERSION * * Copyright 2011 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. * Date: @DATE */ // CSS Reset @import "reset.less"; // Core variables and mixins @import "variables.less"; // Modify this for custom colors, font-sizes, etc @import "mixins.less"; // Grid system and page structure @import "scaffolding.less"; // Styled patterns and elements @import "type.less"; @import "forms.less"; @import "tables.less"; @import "patterns.less"; body { padding-top: 38px; background-image:url('/img/tile.png'); } .topbar .topbar-inner { background-color:transparent; background-image:url('/img/top_tile.png'); box-shadow:none; } .topbar .container { background-image:url('/img/top.png'); min-height:38px; } .home { min-height:480px; background-image:url('/img/welcome.png'); background-repeat: no-repeat; margin-top:-20px; } .buttons { width:200px; text-align:center; margin-left:auto; margin-right:auto; position:relative; top:430px; } .buttons a { margin-left:17px; } .opener { position:relative; top:-4px; } .accord { z-index:0; margin-top:-156px; background-color:#eeefdd; overflow:hidden; height:0; } .release-text { width:600px; margin-left:auto; margin-right:auto; margin-top:25px; } .headline { background-color:#3d1759; height:175px; overflow:hidden; } .headline img { margin-top:30px; } .footer .container { min-height:50px; background-image:url('/img/footer_bg.png'); background-repeat:no-repeat; text-align:center; padding-top:12px; } .footer { background-image:url('/img/footer_tile.png'); } .map { padding-left:20px; } .map p { padding-top:15px; }