diff --git a/website/base.css b/website/base.css
index a1e90cde..edeb1df9 100644
--- a/website/base.css
+++ b/website/base.css
@@ -219,6 +219,20 @@ div.screencast:hover .play {
font-style: italic;
}
+
+.note.java {
+ color: #E76F00;
+}
+
+.note.java:before {
+ content: url("images/java.png");
+ position: relative;
+ top: 2px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+
.note.mediainfo {
color: #3E8D39;
}
diff --git a/website/images/java.png b/website/images/java.png
new file mode 100644
index 00000000..45508f39
Binary files /dev/null and b/website/images/java.png differ
diff --git a/website/index.html b/website/index.html
index 3ac8ee0a..48b7f3c7 100644
--- a/website/index.html
+++ b/website/index.html
@@ -100,7 +100,7 @@
- Rename hundreds of media files in a matter of seconds
+ Rename hundreds of media files in a matter of seconds
physically move / renaming files requires Java 7
The project is continuously seeking for improvements, so anykind of feedback is more than welcome and if there's any questions or problems just start posting in the forums or check the FAQ. - Make sure to subscribe to updates via freshmeat and become a fan on facebook. + Make sure to subscribe to updates via freshmeat and become a fan on facebook.