diff options
| author | Ev Bogue <ev@evbogue.com> | 2019-12-22 13:52:53 -0600 | 
|---|---|---|
| committer | Ev Bogue <ev@evbogue.com> | 2019-12-22 13:52:53 -0600 | 
| commit | 047b88d8deb5b4338b4162f519de7ef570d98ae2 (patch) | |
| tree | 25e678922f6fb9fac802c1b5f4ca566b3a2cfc8e | |
| parent | e8b76b2b33de8bbe053422d5e679a4d425e67b8e (diff) | |
put pms on the right
| -rw-r--r-- | css/style.css | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/css/style.css b/css/style.css index 1eef78f..6e26838 100644 --- a/css/style.css +++ b/css/style.css @@ -78,10 +78,17 @@ hr {    position: fixed;    padding: .3em .5em;     bottom: 5px; -  left: 5px;    width: 250px;  } +#ad { +  left: 5px; +} + +#pm { +  right: 5px; +} +  #ad button, #pm button {    font-size: .8em;    margin: 0; | 
