diff --git a/css/styles.css b/css/styles.css index 71676eb..fbffd09 100644 --- a/css/styles.css +++ b/css/styles.css @@ -91,6 +91,23 @@ textarea { font-size: 1.4em; } +table.head { + border-collapse: collapse; + border: none; +} + +table.head td { + border: none; + padding: 0; +} + +#header h1 { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + border: 0; +} + table.sponsor { border-collapse: collapse; } @@ -187,7 +204,7 @@ ol li { } table { - width: 100%; + /*width: 100%;*/ margin-bottom: 20px; } table input { diff --git a/js/dynamic.js b/js/dynamic.js index c249ed3..cb93011 100644 --- a/js/dynamic.js +++ b/js/dynamic.js @@ -17,7 +17,7 @@ function sizeBody(){ } $('head').append(''+pageTitle+''); -var header ='

'+pageTitle+'

'; +var header ='

'+pageTitle+'

'; $('#header').html(header); var up = '^ TOP ^';