Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Tweak CSS on profile page (#289)
Browse files Browse the repository at this point in the history
I just manually linked a Twitter account for @readthedocs, in view of
his burgeoning campaign. This pointed up a couple CSS rough edges, which
I'm fixing here.
  • Loading branch information
chadwhitacre committed Sep 21, 2012
1 parent 30377d7 commit 70bfb77
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions www/%participant_id/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@
{% extends templates/participant.html %}
{% block their_voice %}
<style>
H2 {
margin-bottom: 27pt ! important;
}
H2.editing {
position: relative;
top: -3pt;
margin-bottom: 24pt ! important;
}
#matrix TR.not-over BUTTON.empty {
background: transparent;
color: #F7F7F6;
Expand Down Expand Up @@ -134,6 +126,9 @@
text-align: right;
width: 6pc;
}
LI {
margin-bottom: 1em;
}
</style>
<script>
$(document).ready(function()
Expand Down

0 comments on commit 70bfb77

Please sign in to comment.