forked from platypush/platypush
Fixed form name in CSS
This commit is contained in:
parent
e310ef0a04
commit
27398030e4
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#video-container {
|
||||
#video-search {
|
||||
max-width: 60em;
|
||||
margin: 3em auto;
|
||||
}
|
||||
|
||||
#video-form input[type=text] {
|
||||
#video-search input[type=text] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue