Set code background-color to inherit
authorMarius Gavrilescu <marius@ieval.ro>
Mon, 10 Mar 2014 15:46:58 +0000 (17:46 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Mon, 10 Mar 2014 15:46:58 +0000 (17:46 +0200)
css/custom.css

index 1e5d955ab6f2e20fc9b85b64066977e7c19ee5fe..ffdd79e1843e6a86b48a92714f3815df96d15ab0 100644 (file)
@@ -55,3 +55,7 @@ a.dropdown-toggle{
 .table-fixed{
        table-layout: fixed;
 }
+
+code {
+       background-color: inherit;
+}
This page took 0.010473 seconds and 4 git commands to generate.