Add border for tables in documentation

Without border the tables (e.g. in the REST API documentation) are
hard to read.

Change-Id: If750c09c8518bac3575ada606e918bf18ccc57bf
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2014-02-19 09:22:11 +01:00
parent f0882ae522
commit 84ee2b08da

View File

@@ -41,3 +41,13 @@ li p {
dl dt {
margin-top: 1em;
}
table.tableblock {
border-collapse: collapse;
}
table.tableblock,
th.tableblock,
td.tableblock {
border: 1px solid #EEE;
}