X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e108ec6d48e4e2ec5f7c6451fde7328adcb1c7cd..a02e37250b53a086547a900b5570d8ff197b81f1:/app/assets/stylesheets/print.scss diff --git a/app/assets/stylesheets/print.scss b/app/assets/stylesheets/print.scss index fa04314b1..71fdf3978 100644 --- a/app/assets/stylesheets/print.scss +++ b/app/assets/stylesheets/print.scss @@ -18,6 +18,8 @@ html { border: 1px solid black; } +/* Rules for attribution text under the main map shown on printouts */ + #attribution { position: absolute !important; bottom: 0; @@ -26,4 +28,17 @@ html { height: 40px; font-size: 12px; text-align: center; + + table { + width: 100% + } +} + +.attribution_license, +.attribution_project { + text-align: left; +} + +.attribution_notice { + text-align: center; }