diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/static/style.css b/static/style.css index 45b9459..be25a8e 100644 --- a/static/style.css +++ b/static/style.css @@ -132,6 +132,15 @@ header img {      max-height: 110px;  } +form #number_input { +    width: 50px; +    margin-left: 10px; +} + +form #url_input { +    margin-left: 10px; +} +  body div div {      padding-left: 10px;      padding-right: 10px; | 
