Difference between revisions of "Joe's pizza and beer/Menu"
Jump to navigation
Jump to search
imported>Keris m |
imported>Keris m |
||
Line 23: | Line 23: | ||
#menu ul { | #menu ul { | ||
+ | display : table; | ||
list-style : none; | list-style : none; | ||
+ | } | ||
+ | |||
+ | #menu li { | ||
+ | display : table-row; | ||
} | } | ||
#menu li:nth-child(odd):before { | #menu li:nth-child(odd):before { | ||
− | content : '\1F37A | + | display : table-cell; |
− | font-size: large; | + | content : '\1F37A'; |
− | color: darkred; | + | font-size : large; |
− | + | color : darkred; | |
+ | padding-right : 5px; | ||
+ | |||
} | } | ||
#menu li:nth-child(even):before { | #menu li:nth-child(even):before { | ||
− | content : '\1F37B'; | + | display : table-cell; |
− | font-size: x-large; | + | content : '\1F37B'; |
− | color: darkred; | + | font-size : x-large; |
− | text-align: right; | + | color : darkred; |
+ | text-align : right; | ||
+ | padding-right : 5px; | ||
} | } | ||
</css> | </css> |
Revision as of 18:23, 31 January 2013