diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-27 17:56:15 +0200 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-27 17:56:15 +0200 |
| commit | 7ac985f220ccedb8c4c305e15521c94436aa3dfb (patch) | |
| tree | 4941c03ba4278cf2562aad5abe45381c3239762b /public/assets/css | |
| parent | e2aff14776de097dca5b0b7fbafdef201558bf28 (diff) | |
add some post links and stuff
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index d0d10a2..da65bc5 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -396,6 +396,10 @@ #hootfilters .sortDesc input[type="radio"]:checked + span { text-decoration: overline; } +#hootfilters div.editLink, +#hootfilters div.classicLink { + margin-right: 0; +} /** Read more */ #hootevents .readMore { |
