Skip to content

Commit d704517

Browse files
authored
Merge pull request #1706 from vladak/css_cleanup
CSS cleanup
2 parents bc2414d + 56bd538 commit d704517

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+6
-4103
lines changed

OpenGrok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ DefaultInstanceConfiguration()
302302
fi
303303

304304
# OPTIONAL: Web Site Look & Feel
305-
# (Options: default, offwhite and polished.
305+
# (Options: default)
306306
# Note the quoting requirements)
307307
#SKIN='-L default'
308308

src/org/opensolaris/opengrok/index/CommandLineOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public CommandLineOptions() {
8787
options.add(new Option('i', "pattern", "Ignore the named files (prefix with 'f:') or directories (prefix with 'd:') (supports wildcards, example: -i *.so -i *.dll)"));
8888
options.add(new Option('k', "/path/to/repository", "Kill the history cache for the given repository and exit. Use '*' to delete the cache for all repositories."));
8989
options.add(new Option('K', null, "List all repository paths and exit."));
90-
options.add(new Option('L', "path", "Path to the subdirectory in the web-application containing the requested stylesheet. The following factory-defaults exist: \"default\", \"offwhite\" and \"polished\""));
90+
options.add(new Option('L', "path", "Path to the subdirectory in the web-application containing the requested stylesheet. The following factory-defaults exist: \"default\""));
9191
options.add(new Option('l', ON_OFF, "Turn on/off locking of the Lucene database during index generation"));
9292
options.add(new Option('m', NUMBER, "Amount of memory that may be used for buffering added documents and deletions before they are flushed to the Directory(default "+Configuration.defaultRamBufferSize+"MB). Please increase JVM heap accordingly, too."));
9393
options.add(new Option('N', "/path/to/symlink", "Allow this symlink to be followed. Option may be repeated. By default only symlinks directly under source root directory are allowed."));

web/default/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,8 @@ html.more #whole_header,
249249
html.diff #whole_header {
250250
position: fixed;
251251
top: 0;
252-
background: #ddd;
253-
border-bottom: 5px solid #ddd;
254-
height: 85px;
252+
background: #ffffff;
253+
height: 70px;
255254
width: 100%;
256255
}
257256

@@ -451,7 +450,7 @@ html.xref #content,
451450
html.diff #content,
452451
html.more #content,
453452
html.history #content{
454-
margin-top: 90px;
453+
margin-top: 70px;
455454
}
456455

457456
/* *** help page *** */

web/minisearch.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ org.opensolaris.opengrok.web.Util"%><%
101101
Project proj = cfg.getProject();
102102
String[] vals = cfg.getSearchOnlyIn();
103103
%><li><input type="checkbox" name="path" value='"<%= vals[0]
104-
%>"' <%= vals[2] %>/> only in <b><%= vals[1] %></b></li>
104+
%>"' <%= vals[2] %>/> current directory</li>
105105
</ul><%
106106
if (proj != null) {
107107
%>

web/offwhite/img/Logo.png

-3.7 KB
Binary file not shown.

web/offwhite/img/b.gif

-203 Bytes
Binary file not shown.

web/offwhite/img/bg.png

-768 Bytes
Binary file not shown.

web/offwhite/img/button1.png

-433 Bytes
Binary file not shown.

web/offwhite/img/button2.png

-434 Bytes
Binary file not shown.

web/offwhite/img/button3.png

-436 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)