get paid to paste

bootstrap_get_started_style.css

/*
- See more at: http://www.w3resource.com/twitter-bootstrap/layout-tutorial.php#sthash.iRt255uQ.dpuf
*/
body {  
    padding-top: 60px;  
    padding-bottom: 40px;  
}  

.nav li {  
    padding-top: 5px;  
}  

.sidebar-nav {  
    padding: 9px 0;  
}

.leaderboard {  
    padding: 60px;  
    margin-bottom: 30px;  
    background-image: url('../image/gridbg.gif');  
    background-repeat:repeat;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;  
    border-radius: 6px;  
}

.leaderboard h1 {  
    font-size: 40px;  
    margin-bottom: 5px;  
    line-height: 1;  
    letter-spacing: -1px;  
    color:#FF6600;  
}

.leaderboard p {  
    font-size: 18px;  
    font-weight: 200;  
    line-height: 27px;  
}  

.well {  
    background-image: url('../image/gridbg.gif');  
    background-repeat:repeat;  
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;  
    border-radius: 6px;  
}  

.nav .nav-header {  
    font-size: 18px;  
    color:#FF9900;  
}

Pasted: Jun 16, 2013, 1:57:48 pm
Views: 51