Project

General

Profile

« Previous | Next » 

Revision 522

Added by Matthias over 16 years ago

- Update codepress to Version 0.9.6
- Update phplib to Version 7.4a

View differences:

codepress.css
1
html {border:none;} /*remove ie frameborder */
2
body {margin-top:13px;_margin-top:14px;background:white;font-family:monospace;font-size:13px;margin-left:32px;white-space:pre;background-image:url("images/line-numbers.png");background-repeat:repeat-y;background-position:0 3px;line-height:16px;}
1
body {
2
	margin-top:13px;
3
	_margin-top:14px;
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
pre {margin:0;}
3 16
html>body{background-position:0 2px;}
4 17
P {margin:0;padding:0;border:0;outline:0;display:block;white-space:pre;}
5
b, i, s, u, a, em, tt, ins, big, cite, strong {text-decoration:none;font-weight:normal;font-style:normal;font-size:13px;}
18
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;}
6 19

  
7 20
body.hide-line-numbers {background:white;margin-left:16px;}
8 21
body.show-line-numbers {background-image:url("images/line-numbers.png");margin-left:32px;}

Also available in: Unified diff