fixedbottommenu_old.css in Fixed Bottom Menu 1.13, at css/fixedbottommenu_old.css
| 1 | ul.fixed-bottom-menu { |
| 2 | position: fixed; |
| 3 | left: 0; |
| 4 | bottom: 0; |
| 5 | width: 100%; |
| 6 | height: 45px; |
| 7 | margin: 0; |
| 8 | padding: 0; |
| 9 | z-index: 30; |
| 10 | } |
| 11 | ul.fixed-bottom-menu li { |
| 12 | float: left; |
| 13 | width: 20%; |
| 14 | list-style-type: none; |
| 15 | text-align: center; |
| 16 | } |
| 17 | .fixed-bottom-menu li a { |
| 18 | display: block; |
| 19 | padding-top: 5px; |
| 20 | padding-bottom: 5px; |
| 21 | line-height: 10px; |
| 22 | text-decoration: none; |
| 23 | } |
| 24 |