responsive layout: fix <input> sizes and styling.
This commit is contained in:
@@ -44,15 +44,19 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Make the quick search box in the navbar full width. */
|
||||
header#top menu form input {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type=text], input[type=submit] {
|
||||
font-size: 18pt;
|
||||
border-color: default;
|
||||
border-style: solid;
|
||||
border-width: .1rem;
|
||||
form {
|
||||
input[type=text], input[type=submit], select {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
div#page section#content {
|
||||
|
||||
Reference in New Issue
Block a user