diff options
| author | Andreas Hubel | 2019-03-13 18:43:30 +0100 | 
|---|---|---|
| committer | Andreas Hubel | 2019-03-13 18:43:30 +0100 | 
| commit | 7635ae544cb7cc98ee96e45d6414c8ab1e7131f2 (patch) | |
| tree | 48e278b7226dec0c510eb212531e09f08171cfcf /configs | |
| parent | ba28d549d3bf5f69fe693def4b243ce7f6d7615b (diff) | |
fix styling, now for real
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/fossgis2019/main.less | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/configs/conferences/fossgis2019/main.less b/configs/conferences/fossgis2019/main.less index 127e976..baccd7d 100644 --- a/configs/conferences/fossgis2019/main.less +++ b/configs/conferences/fossgis2019/main.less @@ -77,8 +77,8 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra  	}  } -.overview { -	h2 { +.overview, .relive { +	h1, h2 {  		text-align: center;  		text-transform: uppercase; @@ -88,7 +88,7 @@ h1, h2, body.overview .room a.title, body.overview .panel-primary a, .navbar-bra  		color: @bg-orange;  	} -	.room, .recordings { +	.room, .recordings, .recording {  		a, a:hover {  			text-decoration: none;  			color: @overview-color; | 
