Skip to content

Commit

Permalink
CSS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Aug 20, 2014
1 parent 44f02e3 commit d80252e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions html/copy/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ a {
border: 0px;
}

.ui-autocomplete {
max-height: 300px;
overflow-y: scroll;
}

#header {
width: 100%;
background-color: #aaa;
Expand Down Expand Up @@ -279,6 +284,11 @@ a {
margin-bottom: 30px;
}

.function {
padding-left: .2em;
padding-right: .2em;
}

.refnamediv h2 {
display: none;
}
Expand Down

0 comments on commit d80252e

Please sign in to comment.