Author: Jim Winstead (jimwins)
Committer: GitHub (web-flow)
Pusher: jimwins
Date: 2024-09-18T14:48:57-07:00
Commit: Add styling for .computeroutput in manual (#1077) · php/web-php@0d192a2 · GitHub
Raw diff: https://github.com/php/web-php/commit/0d192a20fd524bfbd71bcbc99cb723f46c337970.diff
Add styling for .computeroutput in manual (#1077)
Changed paths:
M styles/theme-medium.css
Diff:
diff --git a/styles/theme-medium.css b/styles/theme-medium.css
index a944cdf281..a21f0a4c47 100644
--- a/styles/theme-medium.css
+++ b/styles/theme-medium.css
@@ -348,7 +348,9 @@ div.phpcode span.string {
}
.para var,
-.simpara var
+.simpara var,
+.para .computeroutput,
+.simpara .computeroutput
{
background-color: #E6E6E6;
border-radius: 2px;