Documentation: Adjust road stops NML CSS

This commit is contained in:
Jonathan G Rennison 2023-04-02 13:02:49 +01:00
parent 706d8f17a3
commit 177a00ac12

View File

@ -9,7 +9,7 @@
td, th { border: 1px solid #CCCCCC; padding: 0px 5px; } td, th { border: 1px solid #CCCCCC; padding: 0px 5px; }
table { border-collapse: collapse; empty-cells: show; } table { border-collapse: collapse; empty-cells: show; }
.code { white-space: pre; font-family: "Courier New", Courier, mono; } .code { white-space: pre; font-family: "Courier New", Courier, mono; }
.indent { margin-left: 2em; } .indent { margin-left: 2em; display: block; }
</style> </style>
</head> </head>
<body> <body>