Difference between revisions of "Joe's pizza and beer/Menu"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Keris
m
imported>Keris
m
Line 27: Line 27:
  
 
#menu li:nth-child(odd):before {
 
#menu li:nth-child(odd):before {
   content : '\1F37A';
+
   content : '\1F37A \0020 \0020';
   font-size: normal;
+
   font-size: large;
 
   color: darkred;
 
   color: darkred;
   horizontal-align: middle;
+
   text-align: right;
 
}
 
}
  
 
#menu li:nth-child(even):before {
 
#menu li:nth-child(even):before {
 
   content : '\1F37B';
 
   content : '\1F37B';
   font-size: large;
+
   font-size: x-large;
 
   color: darkred;
 
   color: darkred;
   horizontal-align: middle;
+
   text-align: right;
 
}
 
}
 
</css>
 
</css>

Revision as of 19:11, 31 January 2013