Skip to content

Commit

Permalink
Polish the menu item spacing and separator style
Browse files Browse the repository at this point in the history
  • Loading branch information
smls committed Jun 20, 2014
1 parent e55a481 commit 7e70dd6
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions html/css/style.css
Expand Up @@ -172,20 +172,20 @@ td p {
margin-left: auto;
margin-bottom: -0.1em;
width: 100%;
line-height: 2.5em;
height: 2.6em;
line-height: 1.8em;
}

.menu-item {
display: inline-block;
padding-right: 0.3em;
padding-right: 1.0em;
font-size: 1.1em;
margin-top: 0.3em;
min-width: 4em;
margin: 0.4em 0;
}

.menu-item+.menu-item {
border-left: 0.15em dotted #FFFFFF;
padding-left: 0.45em;
border-left: 2px ridge rgba(192,228,114,0.6); /* #C0E472 */
padding-left: 1.1em;
}
.menu-item.selected+.menu-item {
border-left: none;
Expand All @@ -199,8 +199,10 @@ td p {
border-bottom: solid inherit;
color: black;
text-decoration: none;
padding-left: 0.5em;
padding-right: 0.5em;
padding-left: 0.9em;
padding-right: 0.9em;
margin-top: 0.3em;
line-height: 2.1em;
}

#formalities { font-style: italic; }
Expand Down

0 comments on commit 7e70dd6

Please sign in to comment.