Skip to content

Commit

Permalink
Update font size of memberdoc tables from 13px to 14.4px
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Jan 17, 2013
1 parent 4aae53f commit c45e800
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user/book.css
Expand Up @@ -681,11 +681,10 @@ div.memproto {
padding: 4px;
background-color: #f3f3f3; /* concrete */
border: 1px solid #c0c0c0; /* silver */
font-size: 13px;
}

div.memproto table {
font-size: 13px;
font-size: 14.4px;
}

/* member table */
Expand Down

0 comments on commit c45e800

Please sign in to comment.