diff options
| author | Teddy Wing | 2013-11-10 04:41:49 -0500 |
|---|---|---|
| committer | Teddy Wing | 2013-11-10 04:41:49 -0500 |
| commit | 5cd1a609f386959f402078587fe3f4ffb692c70f (patch) | |
| tree | 5e781cfb5d2735c4c020c3f2de69a4a265dee592 /assets | |
| parent | 738d0e4cfd6906cceb0908670410325bf4417bc2 (diff) | |
| download | clip-play-5cd1a609f386959f402078587fe3f4ffb692c70f.tar.bz2 | |
Style URL input
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/application.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css index 4b3396b..369aa9b 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -16,6 +16,13 @@ header { } +.url-input { + width: 80%; + padding: 0.3em 0.4em; + font-size: 1.5em; +} + + #samples { margin: 3em 2em; }
\ No newline at end of file |
