/*! * This file is part of the DITA Open Toolkit project. * * Copyright 2015 Jarno Elovirta * * See the accompanying LICENSE file for applicable license. */ // Import common left-to-right rules first @import 'commonltr'; // Overrides for right-to-left languages .linklist { margin-bottom: 1em; } ul.linklist { margin-top: 0; list-style-type: none; padding-right: 0; } .linklistwithchild { margin-right: 1.5em; margin-top: 1em; } .sublinklist { margin-right: 1.5em; margin-top: 1em; } dt.prereq { margin-right: 20px; } .cellrowborder { border-left: solid 1px; border-right: none; } .row-nocellborder { border-left: hidden; border-right: none; } .cell-norowborder { border-left: solid 1px; border-right: none; } .nocellnorowborder { border-left: hidden; }