Advertisement
Guest User

diff

a guest
Jan 14th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.48 KB | None | 0 0
  1. --- tests/ipynbref/00_notebook_tour.orig.html   2013-01-13 23:53:38.050418696 -0300
  2.     +++ /dev/fd/63  2013-01-14 08:46:52.782809399 -0300
  3.     @@ -1,5 +1,6 @@
  4.      <html>
  5.      <head>
  6.     +<meta charset="UTF-8">
  7.      <style type="text/css">
  8.      /**
  9.       * HTML5 ✰ Boilerplate
  10.     @@ -192,12 +193,6 @@
  11.          overflow: hidden;
  12.      }
  13.  
  14.     -blockquote {
  15.     -    border-left: 4px solid #DDD;
  16.     -    padding: 0 15px;
  17.     -    color: #777;
  18.     -}
  19.     -
  20.      span#save_widget {
  21.          padding: 5px;
  22.          margin: 0px 0px 0px 300px;
  23.     @@ -240,26 +235,16 @@
  24.          position: relative;
  25.      }
  26.  
  27.     -#notification_area {
  28.     +#notification {
  29.          position: absolute;
  30.     -    right: 0px;
  31.     -    top: 0px;
  32.     -    height: 25px;
  33.     -    padding: 3px 0px;
  34.     -    padding-right: 3px;
  35.     -    z-index: 10;
  36.     -}
  37.     -
  38.     -.notification_widget{
  39.     -    float : right;
  40.     -    right: 0px;
  41.     -    top: 1px;
  42.     +    right: 3px;
  43.     +    top: 3px;
  44.          height: 25px;
  45.          padding: 3px 6px;
  46.          z-index: 10;
  47.      }
  48.  
  49.     -.toolbar {
  50.     +#toolbar {
  51.          padding: 3px 15px;
  52.      }
  53.  
  54.     @@ -311,10 +296,6 @@
  55.          height: 8px;
  56.      }
  57.  
  58.     -#pager_container {
  59.     -    position : relative;
  60.     -}
  61.     -
  62.      div#pager {
  63.          padding: 15px;
  64.          overflow: auto;
  65.     @@ -427,7 +408,7 @@
  66.      /* This class is for the output subarea inside the output_area and after
  67.         the prompt div. */
  68.      div.output_subarea {
  69.     -    padding: 0.44em 0.4em 0.4em 1px;
  70.     +    padding: 0.4em 0.4em 0.4em 0.4em;
  71.      }
  72.  
  73.      /* The rest of the output_* classes are for special styling of the different
  74.     @@ -592,10 +573,6 @@
  75.          font-family: monospace;
  76.      }
  77.  
  78.     -.js-error {
  79.     -    color: darkred;
  80.     -}
  81.     -
  82.      </style>
  83.      <style type="text/css">
  84.      .rendered_html {color: black;}
  85.     @@ -616,8 +593,8 @@
  86.      .rendered_html ol {list-style:upper-roman; margin: 1em 2em;}
  87.      .rendered_html ol ol {list-style:upper-alpha; margin: 0em 2em;}
  88.      .rendered_html ol ol ol {list-style:decimal; margin: 0em 2em;}
  89.     -.rendered_html ol ol ol ol {list-style:lower-alpha; margin: 0em 2em;}
  90.     -.rendered_html ol ol ol ol ol {list-style:lower-roman; margin: 0em 2em;}
  91.     +.rendered_html ol ol ol ol {list-style:lower-alpha; margin 0em 2em;}
  92.     +.rendered_html ol ol ol ol ol {list-style:lower-roman; 0em 2em;}
  93.  
  94.      .rendered_html hr {
  95.          color: black;
  96.     @@ -676,7 +653,6 @@
  97.      }
  98.  
  99.      </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement