xref: /template/writr/css/components/codeblock.less (revision ab6807c0adec892ca423fba682a9d173b4932b59)
1/* =Code Block Component
2----------------------------------------------- */
3
4.dokuwiki {
5  .file {
6    dt {
7      background: @ini_border;
8      margin-right: 20px;
9      padding: 16px;
10
11      a {
12        background-position-x: 8px;
13        padding: 16px;
14        padding-left: 32px;
15      }
16    }
17  }
18}
19