Commit acfef7fdaa2d52ed6d81f7cdc9c16db616cbe683
Home page grid styling for content.
| | | | 30 | margin-right:0; | 30 | margin-right:0; |
---|
31 | } | 31 | } |
---|
32 | .navigation-style { | 32 | .navigation-style { |
---|
33 | width: 960px; | | width: 960px; |
---|
| | 33 | // width: 960px; | 34 | line-height: 30px; | 34 | line-height: 30px; |
---|
35 | position: relative; | 35 | position: relative; |
---|
36 | font-family: Arial,Helvetica,sans-serif; | 36 | font-family: Arial,Helvetica,sans-serif; |
---|
… | | … | |
---|
88 | .contentblockright { | 88 | .contentblockright { |
---|
89 | float: right; | 89 | float: right; |
---|
90 | width: 400px | 90 | width: 400px |
---|
| | 91 | } |
---|
| | 92 | |
---|
| | 93 | #homegridhead { |
---|
| | 94 | color:red; |
---|
| | 95 | border-bottom: 1px dotted red; |
---|
| | 96 | width:50%; |
---|
| | 97 | } |
---|
| | 98 | |
---|
| | 99 | .col-md-10{ |
---|
| | 100 | padding-left: 0%; |
---|
91 | } | 101 | } |
---|
92 | ul.dropdown-menu li { | 102 | ul.dropdown-menu li { |
---|
93 | // background:!important none repeat scroll 0% 0% rgb(255, 255, 255); | 103 | // background:!important none repeat scroll 0% 0% rgb(255, 255, 255); |
---|