Inline code in posts now has a white background.

This commit is contained in:
Dominik Picheta 2014-12-07 14:04:50 +00:00
commit 90d7a70556

View file

@ -23,7 +23,7 @@ pre .tab { border-left:1px dotted rgba(67,168,207,0.4); }
pre .end { background:url("/images/tabEnd.png") no-repeat left bottom; }
.tall { height:100%; }
.pre { padding:0 5px; font:11pt monospace; background:rgba(255,255,255,.15); border-radius:3px; }
.pre { padding:0 5px; font:11pt monospace; background:rgba(255,255,255,.30); border-radius:3px; }
.page-layout { margin:0 auto; width:1000px; }
.docs-layout { margin:0 40px; }