diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /static/css/search_files.css | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'static/css/search_files.css')
| -rw-r--r-- | static/css/search_files.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/search_files.css b/static/css/search_files.css new file mode 100644 index 0000000..f71ecda --- /dev/null +++ b/static/css/search_files.css @@ -0,0 +1,6 @@ +img { max-width: 400px; max-height: 400px; } /* FIX THIS */ +html,body,img,div{margin:0; border:0; padding:0} +body { overflow: visible;} +h1 { display:inline-block; margin: 20px; font-size: 30px;} +fieldset { display: inline } +p { margin-left: 20px; display: inline-block; } |
