1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Simplify.

This commit is contained in:
Florian Kissling 2015-04-28 02:08:53 +02:00
parent f033428742
commit f061ada2e1

View File

@ -29,11 +29,11 @@
margin-bottom: 20px;
margin-top: 20px;
border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
&.linenums {
-webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
-moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
}
/* Specify class=linenums on a pre to get line numbering */