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:before{content:"‹";}
|
||||||
.emotitle span:after{content:"›";}*/
|
.emotitle span:after{content:"›";}*/
|
||||||
.emotitle{/*! font-style:italic; *//*! display: none; */}
|
.emotitle{/*! font-style:italic; *//*! display: none; */}
|
||||||
.emotitle:before{/*! content:"«"; */}
|
.emotitle:before{content:"«";}
|
||||||
.emotitle:after{content:"»";}
|
.emotitle:after{content:"»";}
|
||||||
|
|
||||||
img{
|
img{
|
||||||
|
@ -271,7 +271,7 @@ ul{
|
||||||
.presentation .currentHit p {
|
.presentation .currentHit p {
|
||||||
border-bottom: solid 0.1em white;
|
border-bottom: solid 0.1em white;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<body <?php if(isSet($_GET['presentation'])){echo "class='presentation'";}?>>
|
<body <?php if(isSet($_GET['presentation'])){echo "class='presentation'";}?>>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue