/*! * 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: 50px; background:url("/images/body-bg-2x.png") repeat scroll 0 0 #191919; color:#999; } h2 { color:#AAA; } .goo { padding-left:22px; } .profile-picture { width:18px; height:18px; } .wella { text-align:right; } .well p { font-size:11px; } .sep { min-height:100px; } .instagram-pic { width:500px; height:500px; } .social-icons { overflow:hidden; height:40px; } .icons { padding-left:440px; } .footer { min-height:100px; background-image:url('/images/footer_pattern.png'); -moz-box-shadow:inset 0 10px 10px #000000; -webkit-box-shadow:inset 0 10px 10px #000000; box-shadow:inset 0 10px 10px #000000; }