diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-31 16:53:46 +0000 |
| commit | 47d5fd054a9d5e268ec44751ed952c31ef1d8ac2 (patch) | |
| tree | 9dfb8d4fa53d3fa8a4cc4bbe54b690f6822f2d49 /template/terms8.st | |
| parent | 35e248d8861576b9928d904eb25c5cf1436e6cf2 (diff) | |
Refactor: reduce inline styles (profile + meme pages)
Diffstat (limited to 'template/terms8.st')
| -rwxr-xr-x | template/terms8.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/terms8.st b/template/terms8.st index 0cc0505..9202aea 100755 --- a/template/terms8.st +++ b/template/terms8.st @@ -28,8 +28,8 @@ jQuery(function() - <div id="news" class="is-hidden" style="overflow:hidden; height:600px; position:absolute;"> - <div style="padding:0px;" id="content" name="content"> <div style="background-color:#fff"><center> + <div id="news" class="is-hidden dropdown-window"> + <div id="content" name="content" class="content-no-padding"> <div class="bg-white"><center> <img src="/static/img/dumpclouds.png"><br><br> <h5> ©2010 All Rights Reserved<br><br> @@ -38,10 +38,10 @@ jQuery(function() </div></div> <div id="archive" class="is-hidden"> - <div style="padding:0px" id="content" name="content"> + <div id="content" name="content" class="content-no-padding"> - <iframe src="/static/html/terms.html" style="overflow-x:hidden; padding:5;background-image:url(/static/img/hearts.gif);background-repeat:repeat;" width="550px" height="500px"></iframe> + <iframe src="/static/html/terms.html" class="hearts-frame" width="550px" height="500px"></iframe> </div> </div> <div id="link" class="is-hidden"> |
