From cabbf1580ed6f6624f82dd5ce6d4cc5958e9718f Mon Sep 17 00:00:00 2001 From: yo momma Date: Mon, 2 Feb 2026 21:45:16 +0000 Subject: Refactor: clean more legacy static inline styles --- static/nickinterview/index.html | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) (limited to 'static/nickinterview/index.html') diff --git a/static/nickinterview/index.html b/static/nickinterview/index.html index 9951524..c80c855 100755 --- a/static/nickinterview/index.html +++ b/static/nickinterview/index.html @@ -31,8 +31,27 @@ bottom: 100px; height: 40px; width: 300px; - }; - .stuff{overflow:auto;} + } + + .stuff{overflow:auto;} + + .preload-pixel { + visibility: hidden; + width: 0; + height: 0; + } + + .float-left { + float: left; + } + + #inpage-search-results { + background-color: #fff; + } + + .word-spacing-normal { + word-spacing: normal; + }