Small pres-mode fix
This commit is contained in:
parent
1fc9a92355
commit
b41eb450d5
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ h3 span{
|
|||
/*.emotitle span:before{content:"‹";}
|
||||
.emotitle span:after{content:"›";}*/
|
||||
.emotitle{/*! font-style:italic; *//*! display: none; */}
|
||||
.emotitle:before{/*! content:"«"; */}
|
||||
.emotitle:before{content:"«";}
|
||||
.emotitle:after{content:"»";}
|
||||
|
||||
img{
|
||||
|
@ -271,7 +271,7 @@ ul{
|
|||
.presentation .currentHit p {
|
||||
border-bottom: solid 0.1em white;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<body <?php if(isSet($_GET['presentation'])){echo "class='presentation'";}?>>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue