diff --git a/.gitignore b/.gitignore
index 38fe785..3a08afe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ tmp/
# Ignore unit testing logs, api docs and eclipse project files
tst/log/
doc/
-.settings/
+.settings
.buildpath
.project
+.externalToolBuilders
diff --git a/css/bootstrap/zerobin.css b/css/bootstrap/zerobin.css
new file mode 100644
index 0000000..64c617b
--- /dev/null
+++ b/css/bootstrap/zerobin.css
@@ -0,0 +1,24 @@
+/* ZeroBin 0.19 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
+
+
+body {
+ padding: 70px 0 30px 0;
+}
+
+#deletelink {
+ float: right;
+}
+
+#pastelink {
+ display: inline;
+}
+
+#nickname {
+ margin: 5px 0;
+}
+
+.comment {
+ border-left: 1px solid #ccc;
+ padding: 5px 0 5px 5px;
+ white-space: pre-wrap;
+}
diff --git a/js/zerobin.js b/js/zerobin.js
index e661603..6d11c00 100644
--- a/js/zerobin.js
+++ b/js/zerobin.js
@@ -222,7 +222,7 @@ function displayMessages(key, comments) {
}
var divComment = $('