mirror of
https://github.com/opentripplanner/OpenTripPlanner.git
synced 2026-04-02 21:43:07 +02:00
11 lines
274 B
CSS
11 lines
274 B
CSS
/*
|
|
* This file contains custom CSS overrides for the GraphQL documentation available at
|
|
* https://docs.opentripplanner.org/api/dev-2.x/graphql-gtfs/
|
|
*/
|
|
|
|
/*
|
|
* Hide the deprecated queries from the left hand navigation panel.
|
|
*/
|
|
nav ul li .deprecated {
|
|
display: none;
|
|
}
|