~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to protected/extensions/CodePress/codepress/codepress.css

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        margin-top:4px;
3
 
        _margin-top:5px;
4
 
        background:white;
5
 
        margin-left:32px;
6
 
        font-family:monospace;
7
 
        font-size:13px;
8
 
        white-space:pre;
9
 
        background-image:url("images/line-numbers.png");
10
 
        background-repeat:repeat-y;
11
 
        background-position:0 3px;
12
 
        line-height:16px;
13
 
        height:100%;
14
 
}
15
 
body {
16
 
        margin-left: 0px;
17
 
        padding-left: 32px;
18
 
}
19
 
pre {margin:0;}
20
 
html>body{background-position:0 2px;}
21
 
P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;}
22
 
b, i, s, u, a, em, tt, ins, big, cite, strong, var, dfn {text-decoration:none;font-weight:normal;font-style:normal;font-size:13px;}
23
 
 
24
 
body.hide-line-numbers {background:white;margin-left:16px;}
25
 
body.show-line-numbers {background-image:url("images/line-numbers.png");margin-left:32px;}
 
 
b'\\ No newline at end of file'