diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 17:58:22 +0000 |
| commit | 11f8e6abdddfd60a4514dd30cb4d198780dd84c5 (patch) | |
| tree | 882637de03f45e4845032acf158f406c580beb25 /static/css/front.css | |
| parent | 5bcf2586305bb9f246497558f46f2fa15f686364 (diff) | |
Refactor: cache-bust CSS + remove inline helpers
Diffstat (limited to 'static/css/front.css')
| -rwxr-xr-x | static/css/front.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/front.css b/static/css/front.css index ef0ee70..c7f42bc 100755 --- a/static/css/front.css +++ b/static/css/front.css @@ -119,6 +119,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4, #signin_menu p a { color:#27B!important; } + +.is-relative { + position: relative; +} #signin-submit { display:inline-block; width:90px; |
