changeset 289:1b302d092e98

Less padding magic.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 05:22:01 +0900
parents c8757469da39
children d68cb68da802
files vendor/assets/stylesheets/bootstrap-prettify.css
diffstat 1 files changed, 1 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/vendor/assets/stylesheets/bootstrap-prettify.css	Wed Oct 16 04:30:49 2013 +0900
+++ b/vendor/assets/stylesheets/bootstrap-prettify.css	Wed Oct 16 05:22:01 2013 +0900
@@ -8,9 +8,7 @@
 .pln { color: #48484c; }
 
 .prettyprint {
-  padding: 8px;
   background-color: #f7f7f9;
-  border: 1px solid #e1e1e8;
 }
 .prettyprint.linenums {
   -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
@@ -19,12 +17,7 @@
 }
 
 /* Specify class=linenums on a pre to get line numbering */
-ol.linenums {
-  margin: 0 0 0 33px; /* IE indents via margin-left */
-}
 ol.linenums li {
-  padding-left: 12px;
   color: #bebec5;
   line-height: 20px;
-  text-shadow: 0 1px 0 #fff;
-}
\ No newline at end of file
+}