diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-21 20:37:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-21 20:37:11 -0400 |
| commit | c8500fcc2e0d32f6a5a5bb303d810f5366fc332a (patch) | |
| tree | 5af5c06b97e5f9878b47a6f875fbac38533bc729 /public/app.css | |
| parent | 82488f8acd77bab2acaf981c04e5e28446f6639c (diff) | |
logo
Diffstat (limited to 'public/app.css')
| -rw-r--r-- | public/app.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/public/app.css b/public/app.css index 324dbc4..5ffcbc1 100644 --- a/public/app.css +++ b/public/app.css @@ -32,10 +32,21 @@ a { select { margin: 10px; + position: relative; + top: -6px; +} + +.header { + background: #f8f8f8; + border-bottom: 1px solid #ddd; +} + +.logo { + width: 90px; + margin: 10px 10px 0 10px; } .orderList { - border-top: 1px solid #ddd; padding: 10px; } .orderList > a { |
