Skip to content

Commit 6872c6d

Browse files
Removed commented code from css files (#4494)
--------- Signed-off-by: Gino Augustine <[email protected]> Co-authored-by: Vladimir Kotal <[email protected]>
1 parent a84b410 commit 6872c6d

File tree

5 files changed

+0
-24
lines changed

5 files changed

+0
-24
lines changed

opengrok-web/src/main/webapp/default/jquery.autocomplete.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
if width will be 100% horizontal scrollbar will apear
2424
when scroll mode will be used
2525
*/
26-
/*width: 100%;*/
2726
font: menu;
2827
font-size: 12px;
2928
/*

opengrok-web/src/main/webapp/default/jquery.combo.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
.combo_input1 {
4747
background: transparent url(./img/transparent_pixel.gif) repeat scroll 0% 0%;
48-
/* color: gray; */
4948
-moz-background-clip: border;
5049
-moz-background-origin: padding;
5150
-moz-background-inline-policy: continuous;

opengrok-web/src/main/webapp/default/jquery.tablesorter.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ Default Theme
3131
.tablesorter-default .tablesorter-processing {
3232
background-position: center center !important;
3333
background-repeat: no-repeat !important;
34-
/* background-image: url(images/loading.gif) !important; */
3534
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
3635
}

opengrok-web/src/main/webapp/default/print-1.0.2.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -221,13 +221,6 @@ input.submit { /* start search button */
221221
background-color: #e5e5e5;
222222
}
223223

224-
225-
/* *** history page *** */
226-
table#revisions {
227-
/* width: 100%; */ /* table with the history info for a file */
228-
/* border-collapse: collapse; */ /* looks better with a small divider */
229-
}
230-
231224
#revisions a.h { /* modified file list content */
232225
font-size: small;
233226
margin-left: 2em;

opengrok-web/src/main/webapp/default/style-1.0.4.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ button:hover, button:active, .btn:hover, .btn:active {
118118

119119
.active {
120120
font-weight: bold;
121-
/* color: #c20097; */
122121
}
123122

124123
/*
@@ -407,7 +406,6 @@ html.diff #whole_header {
407406
list-style: none outside none;
408407
margin: 0;
409408
padding: 0;
410-
/* white-space: nowrap; */ /* hmm, sometimes good, sometimes not ;-) */
411409
}
412410

413411
#bar li { /* menu items */
@@ -500,10 +498,6 @@ html.history #content{
500498

501499

502500
/* *** history page *** */
503-
table#revisions {
504-
/* width: 100%; */ /* table with the history info for a file */
505-
/* border-collapse: collapse; */ /* looks better with a small divider */
506-
}
507501

508502
#revisions a.h { /* modified file list content */
509503
font-size: small;
@@ -749,7 +743,6 @@ div[id^='src'] pre {
749743
}
750744

751745
.blame .search {
752-
/* font-size: small; */
753746
padding-left: .5ex;
754747
background-color: #dddddd;
755748
margin-right: .5ex;
@@ -974,13 +967,6 @@ a.scope { /* scope */ color: steelblue; font-weight: bol
974967
text-align: center;
975968
}
976969

977-
.diff_navigation a {
978-
/*border: 1px solid #bbbbff;
979-
border-radius: 0.75ex;
980-
-moz-border-radius: 0.75ex;
981-
background-color: #a3b8cb;*/
982-
}
983-
984970
.diff_navigation .prev {
985971
float: left;
986972
}

0 commit comments

Comments
 (0)