diff options
| author | Julie Lala <jules@okfoc.us> | 2014-10-09 23:16:50 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-10-09 23:16:50 -0400 |
| commit | 0ec3787487db41dd5f5b904b70f61fac3b7da491 (patch) | |
| tree | 7abee79be59f93e8ae7b848f6c6c72af14959f90 /public/assets/stylesheets/staff.css | |
| parent | 078155bd9e878fc634c560474126f3271c27429a (diff) | |
some css, set bg to white when noclipping into void
Diffstat (limited to 'public/assets/stylesheets/staff.css')
| -rw-r--r-- | public/assets/stylesheets/staff.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css index aa21f9b..c75a9b1 100644 --- a/public/assets/stylesheets/staff.css +++ b/public/assets/stylesheets/staff.css @@ -28,15 +28,16 @@ nav { text-align: left; } nav a { - padding-left: 20px; + margin-left: 20px; } hr { border: 1px solid #bbb; - margin: 5px auto 10px; + margin: 10px auto 10px; + background: transparent; } .body { width: 80%; - margin: 0 auto; + margin: 40px auto; } .json { display: none; @@ -63,6 +64,8 @@ hr { .staff { font-size: 15px; } +.staff .body a { +} .staff .editLinks a { color: #00f; } |
