diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 18:36:38 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 18:36:52 +0000 |
| commit | fff745efe30e767118c5c28a6feddc14d15c7e19 (patch) | |
| tree | a1bcd7a7e5117f1fd6fe4e848ecfe48338348c88 /static/css/error_ie.css | |
| parent | 41a99ba87e2e5789c2a33d7dc5f7d3d0c9871b8e (diff) | |
Refactor: reduce inline styles (profiles/banners/IE)refactor
Diffstat (limited to 'static/css/error_ie.css')
| -rw-r--r-- | static/css/error_ie.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/error_ie.css b/static/css/error_ie.css new file mode 100644 index 0000000..cfdeabb --- /dev/null +++ b/static/css/error_ie.css @@ -0,0 +1,6 @@ +#iesucks { + margin: 10%; + font-size: 15px; + font-family: Arial, sans serif; + color: black; +} |
