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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user