Browse Source

Remove some trailing whitespace

spaghetti 8 years ago
parent
commit
04b48cefcd

+ 1
- 1
static/functions/jquery.tablesorter.js View File

87
         cssHeaderRow     : '',
87
         cssHeaderRow     : '',
88
         cssProcessing    : '', // processing icon applied to header during sort/filter
88
         cssProcessing    : '', // processing icon applied to header during sort/filter
89
 
89
 
90
-        cssChildRow      : 'tablesorter-childRow', // class name indiciating that a row is to be attached to the its parent 
90
+        cssChildRow      : 'tablesorter-childRow', // class name indiciating that a row is to be attached to the its parent
91
         cssIcon          : 'tablesorter-icon',     //  if this class exists, a <i> will be added to the header automatically
91
         cssIcon          : 'tablesorter-icon',     //  if this class exists, a <i> will be added to the header automatically
92
         cssInfoBlock     : 'tablesorter-infoOnly', // don't sort tbody with this class name (only one class name allowed here!)
92
         cssInfoBlock     : 'tablesorter-infoOnly', // don't sort tbody with this class name (only one class name allowed here!)
93
 
93
 

+ 3
- 3
static/styles/beluga/style.css View File

1955
   width: 0px;
1955
   width: 0px;
1956
   top: 9px;
1956
   top: 9px;
1957
   left: 6px;
1957
   left: 6px;
1958
-  border-left: 5px solid transparent; 
1959
-  border-right: 5px solid transparent; 
1958
+  border-left: 5px solid transparent;
1959
+  border-right: 5px solid transparent;
1960
 }
1960
 }
1961
 .forum_index td.read_sticky:after,
1961
 .forum_index td.read_sticky:after,
1962
 .forum_index td.read_locked_sticky:after {
1962
 .forum_index td.read_locked_sticky:after {
2053
 body.style_pink .cats_manga:after { color: #9f5c9c; }
2053
 body.style_pink .cats_manga:after { color: #9f5c9c; }
2054
 body.style_pink .group .cats_manga { background-color: #9f5c9c; }
2054
 body.style_pink .group .cats_manga { background-color: #9f5c9c; }
2055
 body.style_pink .cats_games:after { color: #c871b9; }
2055
 body.style_pink .cats_games:after { color: #c871b9; }
2056
-body.style_pink .group .cats_games { background-color: #c871b9; } 
2056
+body.style_pink .group .cats_games { background-color: #c871b9; }
2057
 body.style_pink .cats_other:after { color: #ef86d5; }
2057
 body.style_pink .cats_other:after { color: #ef86d5; }
2058
 body.style_pink .group .cats_other { background-color: #ef86d5; }
2058
 body.style_pink .group .cats_other { background-color: #ef86d5; }
2059
 body.style_pink a:hover { color: #db7bc7; }
2059
 body.style_pink a:hover { color: #db7bc7; }

+ 1
- 1
static/styles/public/style.css View File

73
   color: #a07c92;
73
   color: #a07c92;
74
 }
74
 }
75
 
75
 
76
-#foot a { 
76
+#foot a {
77
   color: #b98fa9;
77
   color: #b98fa9;
78
 }
78
 }
79
 
79
 

Loading…
Cancel
Save