Blame view

doc/Wize_Doc_files/_resources/common-spec/zim-override.css 263 Bytes
7664ca37c   William Daniau   Nouvelle doc et e...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  
      /* Place here portions of the css specific to this theme */
      
      div.zim-object {
          border-style:none;
      }
  
      pre {
          background-color: #EFEFEF;
          padding: 5px;
          border: solid #aaa 1px;
          border-radius: 4px;
      }