Small pres-mode fix

This commit is contained in:
Ruben 2016-09-20 12:01:12 +01:00
parent 1fc9a92355
commit b41eb450d5

View file

@ -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