]> git.openstreetmap.org Git - rails.git/commitdiff
Add basica styling for include code blocks in rich text
authorTom Hughes <tom@compton.nu>
Tue, 14 May 2013 07:40:48 +0000 (08:40 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 14 May 2013 07:40:48 +0000 (08:40 +0100)
app/assets/stylesheets/common.css.scss

index 86a3bb6e4c84e803dee6c7a44003c4b3929d5fd8..fab8461f83b88ba3dc40f3a13a1adb12f2b2b872 100644 (file)
@@ -1590,6 +1590,12 @@ a.button.submit {
     font-size: 14px;
   }
 
+  code {
+    font-size: 13px;
+    background: #e8e8e8;
+    padding: 2px 3px;
+  }
+
   img {
     padding: 20px;
     background-color: #f4f4ff;