|
|
Line 264: |
Line 264: |
| #footr { | | #footr { |
| margin:0px 10px 0px 10px; | | margin:0px 10px 0px 10px; |
- | padding:0px 10px 0px 10px; | + | padding:10px 10px 10px 10px; |
| border:thin; | | border:thin; |
| background-color:#663; | | background-color:#663; |
Line 274: |
Line 274: |
| font-size:12px; | | font-size:12px; |
| | | |
| + | } |
| + | |
| + | #footr ul{ |
| + | display:block; |
| + | margin:auto; |
| + | text-align:center; |
| + | width:780px; |
| } | | } |
| | | |
Line 282: |
Line 289: |
| background-color:white; | | background-color:white; |
| text-align:center; | | text-align:center; |
- | }
| |
- |
| |
- | #footr ul{
| |
- | display:block;
| |
- | margin:auto;
| |
- | text-align:center;
| |
- | width:100%;
| |
| } | | } |
| | | |
Line 304: |
Line 304: |
| -moz-border-radius:5px | | -moz-border-radius:5px |
| ;-webkit-border-radius:5px; | | ;-webkit-border-radius:5px; |
- | }
| |
- |
| |
- | .round-top-right{
| |
- | -moz-border-radius-topright:5px;
| |
- | -webkit-border-top-right-radius:5px;
| |
- | }
| |
- | .round-right{
| |
- | -moz-border-radius-topright:5px;
| |
- | -moz-border-radius-bottomright:5px;
| |
- | -webkit-border-top-right-radius:5px;
| |
- | -webkit-border-bottom-right-radius:5px;
| |
- | }
| |
- | .round-bottom-right{
| |
- | -moz-border-radius-bottomright:5px;
| |
- | -webkit-border-bottom-right-radius:5px;
| |
- | }
| |
- |
| |
- | .round-bottom{
| |
- | -moz-border-radius-topright:0;
| |
- | -moz-border-radius-topleft:0;
| |
- | -moz-border-radius-bottomright:5px;
| |
- | -moz-border-radius-bottomleft:5px;
| |
- | -webkit-border-top-right-radius:0;
| |
- | -webkit-border-top-left-radius:0;
| |
- | -webkit-border-bottom-right-radius:5px;
| |
- | -webkit-border-bottom-left-radius:5px;
| |
- | }
| |
- |
| |
- | .round-bottom-left{
| |
- | -moz-border-radius-bottomleft:5px;
| |
- | -webkit-border-bottom-left-radius:5px;
| |
- | }
| |
- |
| |
- | .round-left{
| |
- | -moz-border-radius-topleft:5px;
| |
- | -moz-border-radius-bottomleft:5px;
| |
- | -webkit-border-top-left-radius:5px;
| |
- | -webkit-border-bottom-left-radius:5px;
| |
- | }
| |
- |
| |
- | .round-top-left{
| |
- | -moz-border-radius-topleft:5px;
| |
- | -webkit-border-top-left-radius:5px;
| |
| } | | } |
| | | |