Revert bigger font in input select

See gh-145
This commit is contained in:
Brian Clozel
2015-10-01 20:44:50 +02:00
committed by Stephane Nicoll
parent 42f2c2f6b7
commit 87dd6d8b0a

View File

@@ -24,10 +24,6 @@ body, h1, h2, h3 {
margin: 1em 0;
}
.project-choice select {
font-size: 22px;
}
#starters {
min-height: 3em;
}
@@ -132,4 +128,4 @@ input[type=text] {
.tt-suggestion.tt-cursor {
color: #fff;
background-color: #0097cf;
}
}