We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9295c commit 3daca1dCopy full SHA for 3daca1d
lib/coderay/encoders/html/output.rb
@@ -140,10 +140,18 @@ def apply target, replacement
140
text-decoration: inherit;
141
color: inherit;
142
}
143
+body {
144
+ background-color: white;
145
+ padding: 0;
146
+ margin: 0;
147
+}
148
<%CSS%>
149
+.CodeRay {
150
+ border: none;
151
152
</style>
153
</head>
-<body style="background-color: white;">
154
+<body>
155
156
<%CONTENT%>
157
</body>
0 commit comments