1
0
mirror of https://github.com/php/web-php.git synced 2026-03-29 18:52:08 +02:00

Make the borders on all doctables the same on all manpages

This commit is contained in:
Hannes Magnusson
2010-12-27 13:14:14 +00:00
parent 49bed25ae0
commit 13d618b24a

View File

@@ -102,13 +102,13 @@
.docs .refentry .changelog .doctable {
width: 100%;
}
.docs .refentry .changelog .doctable th {
.docs .doctable th {
border-bottom: 1px solid #987db3;
}
.docs .refentry .changelog .doctable td {
.docs .doctable td {
border-right: 1px solid #987db3;
}
.docs .refentry .changelog .doctable td:last-child {
.docs .doctable td:last-child {
border: 0px;
}