1st commit for syncing own Jlog developments with master
This commit is contained in:
parent
2ae67af572
commit
517c58344d
54 changed files with 1784 additions and 1062 deletions
|
@ -26,3 +26,6 @@
|
|||
|
||||
#admin .hide { display: none; }
|
||||
#admin-menu { position: relative; z-index: 2; }
|
||||
#admin div.center {
|
||||
overflow-x: scroll
|
||||
}
|
||||
|
|
|
@ -1,34 +1,33 @@
|
|||
/* additional hacks for IE
|
||||
* TODO: Are they still necessary? (robertb)
|
||||
* btw. IE sucks! ;-)
|
||||
*/
|
||||
|
||||
#pokal { /* do not display the alpha image */
|
||||
display: none;
|
||||
}
|
||||
|
||||
#container { /* IE max-width and PNG no-alpha hack */
|
||||
height: 1%;
|
||||
width: 750px;
|
||||
width:expression(document.body.clientWidth>805?"800px":"auto");
|
||||
background-image: url(img/banner-ielte6.jpg);
|
||||
}
|
||||
#container { /* IE max-width and PNG no-alpha hack */
|
||||
height: 1%;
|
||||
width: 750px;
|
||||
width:expression(document.body.clientWidth>805?"800px":"auto");
|
||||
}
|
||||
|
||||
#main { width: 63%; margin: 0 0 0 15px; }
|
||||
#main { width: 63%; margin: 0 0 0 15px; }
|
||||
|
||||
ul.comments li {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
ul.comments li {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
#admin table { /* adapting the font size for IE 5.x */
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
* html #subnav { /* Box-Model Bug */
|
||||
content:"\"; width: 30%; padding: 2em 1.5em;
|
||||
}
|
||||
#admin table { /* adapting the font size for IE 5.x */
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
* html #main { width: 62.5%; margin: 0 0 0 15px; }
|
||||
|
||||
html + body #admin { /* close the hole in IE 5.0 */
|
||||
margin: 0;
|
||||
}
|
||||
* html #subnav { /* Box-Model Bug */
|
||||
content:"\"; width: 30%; padding: 2em 1.5em;
|
||||
}
|
||||
|
||||
* html #main {
|
||||
width: 62.5%;
|
||||
margin: 0 0 0 15px;
|
||||
}
|
||||
|
||||
html + body #admin { /* close the hole in IE 5.0 */
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -31,4 +31,4 @@ blockquote {
|
|||
padding: 0 1em 0.3em 1em;
|
||||
margin: 0;
|
||||
background: #eee url(/img/anfuehrungszeichen.png) 2% 1px no-repeat;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue