css verändert
This commit is contained in:
parent
188857206a
commit
13a70f975d
|
@ -10,6 +10,7 @@ div.eventList a.event {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: white !important;
|
color: white !important;
|
||||||
margin: 10px 10px 10px 10px;
|
margin: 10px 10px 10px 10px;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.eventList a.event:hover {
|
div.eventList a.event:hover {
|
||||||
|
|
|
@ -181,4 +181,8 @@ p.topic {
|
||||||
padding: 20px 20px 20px 0;
|
padding: 20px 20px 20px 0;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.imgLink div {
|
||||||
|
font-size: 200%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue