summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 85ecdb4..4a17214 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -424,7 +424,7 @@ h5{
font-size: 16px;
font-weight: 300;
}
-.profilepage .bio span:nth-of-type:after { content: ' · ' }
+.profilepage .bio span:after { content: ' \00b7 ' }
.profilepage .bio span:last-of-type:after { display: none; }
@@ -1274,6 +1274,11 @@ form h3 {
form .errors div {
float: none;
}
+form li div div {
+ width: 210px;
+ text-align: left;
+ margin: 0 10px 10px 0;
+}
.video {