diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2018-08-18 20:28:37 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2018-08-18 20:28:37 +0200 | 
| commit | 178d8322caf9a30b2c7fd31ae12a599e1821afbb (patch) | |
| tree | cdff0962de7bbd82f9655a3941f944a393c334ef | |
| parent | 4f14f94d0569354c8198f1f31e4b58009f8be5eb (diff) | |
set multi (Abfahrtstafel) alignment to center instead of left
| -rw-r--r-- | public/static/default.css | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/public/static/default.css b/public/static/default.css index e222d37..c1344b9 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -368,6 +368,8 @@ div.displayclean span.delayed {  div.displaymulti {  	border: 0.2em solid #000066;  	width: 55em; +	margin-left: auto; +	margin-right: auto;  }  div.displaymulti div.display { | 
