Skip to content

Commit 1732e45

Browse files
WhiteSpace Strippers saved 0 bytes
1 parent 0ab6408 commit 1732e45

File tree

7 files changed

+5
-11
lines changed

7 files changed

+5
-11
lines changed

css/common.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
html {
32
font-size: x-small; /* Wikipedia font-size scaling method */
43
}
@@ -9,8 +8,8 @@ color: #000;
98
margin: 0;
109
padding: 0;
1110
border: 0;
12-
height: 100%;
13-
max-height: 100%;
11+
height: 100%;
12+
max-height: 100%;
1413
background-color: #fff;
1514
}
1615

css/frame.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
form {
32
margin: 0;
43
}

css/index.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
21
#sidebar {
32
position: absolute;
43
top: 0;
5-
bottom: 0;
4+
bottom: 0;
65
left: 0;
76
width: 24em;
87
height: 100%;
@@ -108,7 +107,7 @@ display: inline;
108107

109108
#frame {
110109
position: fixed;
111-
top: 0;
110+
top: 0;
112111
left: 25em;
113112
right: 0;
114113
bottom: 0;

includes/footer.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
21
</body>
32
</html>

includes/functions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<?php
22

33

44
function format_html($str) {

js/frame.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
$(function() {
32
if (history.replaceState) {
43
window.parent.history.replaceState({}, '', document.location.href.replace('?', '&').replace(/([a-z]*)\.php/, '?$1'));

js/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
$(function() {
32
$('#sidebar a').click(function(e) {
43
if (e.currentTarget.href.indexOf('/?') == -1) {

0 commit comments

Comments
 (0)