bootstrap-source/bootstrap-3.0.3/examples/grid/grid.css
changeset 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/grid/grid.css	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +.container {
     1.5 +  padding-left: 15px;
     1.6 +  padding-right: 15px;
     1.7 +}
     1.8 +
     1.9 +h4 {
    1.10 +  margin-top: 25px;
    1.11 +}
    1.12 +.row {
    1.13 +  margin-bottom: 20px;
    1.14 +}
    1.15 +.row .row {
    1.16 +  margin-top: 10px;
    1.17 +  margin-bottom: 0;
    1.18 +}
    1.19 +[class*="col-"] {
    1.20 +  padding-top: 15px;
    1.21 +  padding-bottom: 15px;
    1.22 +  background-color: #eee;
    1.23 +  border: 1px solid #ddd;
    1.24 +  background-color: rgba(86,61,124,.15);
    1.25 +  border: 1px solid rgba(86,61,124,.2);
    1.26 +}
    1.27 +
    1.28 +hr {
    1.29 +  margin-top: 40px;
    1.30 +  margin-bottom: 40px;
    1.31 +}
    1.32 \ No newline at end of file
Impressum Datenschutzerklärung