diff options
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"> |
