Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .menu-tabla-container>ul{overflow: hidden;background-color: #fff;border: 1px solid #e6e6e6;}
  2. .menu-tabla-container>ul>li{float: left;width: 50%;border-top: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}
  3. .menu-tabla-container>ul>li:first-child,.menu-tabla-container>ul>li:nth-child(2){border-top: 0;}
  4. .menu-tabla-container>ul>li:nth-child(2n){border-right: 0;}
  5. .menu-tabla-container>ul>li>a{display: block;padding: 2px 8px;line-height: 20px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement