Skip to content

Commit 56bd538

Browse files
committed
remove non-default CSS styles
fixes #1481
1 parent 0b27e94 commit 56bd538

Some content is hidden

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

74 files changed

+2
-4098
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/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.

web/offwhite/img/combined.png

-5.32 KB
Binary file not shown.

web/offwhite/img/d.gif

-595 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)