mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
@ -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 {
|
||||
|
@ -17,7 +17,7 @@ function sizeBody(){
|
||||
}
|
||||
|
||||
$('head').append('<title>'+pageTitle+'</title>');
|
||||
var header ='<img src="img/tt.png" class="icon" style="vertical-align:middle;" /><h1>'+pageTitle+'</h1>';
|
||||
var header ='<table class="head"><tr><td><img src="img/tt.png" class="icon" style="vertical-align:middle;" /></td><td><h1>'+pageTitle+'</h1></td></tr></table>';
|
||||
$('#header').html(header);
|
||||
|
||||
var up = '^ <span style="font-weight:bold;">TOP</span> ^';
|
||||
|
Reference in New Issue
Block a user