diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..79cb5e4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+ipa_character_picker/
diff --git a/css/styles.css b/css/styles.css
index 552c908..1d06cb5 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -17,6 +17,10 @@ footer {
max-height: 32px; /* Update Dictionary Container's bottom margin to account for footer */
}
+.inline {
+ display: inline !important;
+}
+
#leftColumn {
float: left;
}
@@ -100,14 +104,18 @@ input[type=checkbox] {
margin: 10px;
}
-.clickable {
+.clickable, .helperlink {
+ display: inline;
font-weight: bold;
- cursor: pointer;
padding: 4px;
background: #dddddd;
border-radius: 5px;
}
+.clickable {
+ cursor: pointer;
+}
+
#descriptionToggle {
font-weight: bold;
font-size: 12px;
diff --git a/index.html b/index.html
index f3a1768..d02f66e 100644
--- a/index.html
+++ b/index.html
@@ -22,16 +22,16 @@
-