1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add styling for .computeroutput in manual (#1077)

This commit is contained in:
Jim Winstead
2024-09-18 14:48:57 -07:00
committed by GitHub
parent f252981e5b
commit 0d192a20fd

View File

@@ -348,7 +348,9 @@ div.phpcode span.string {
}
.para var,
.simpara var
.simpara var,
.para .computeroutput,
.simpara .computeroutput
{
background-color: #E6E6E6;
border-radius: 2px;