Skip to content

Commit 82deb8b

Browse files
committed
pretty it up a bit
1 parent 4317300 commit 82deb8b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

public/drag_drop_text/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@
5555
#page{width:1000px;}
5656
#post{width:600px;float:left;padding:20px 10px 10px;}
5757
#sidebar{width:350px;float:right;}
58-
#dropzone{min-height:300px;border:1px dashed red;margin:10px;}
58+
#dropzone{min-height:300px;margin:10px 0 0 10px;}
59+
#dropzone h3{padding:5px 10px 5px;border-bottom:1px solid #ccc;}
5960

60-
.annotation{background:#fafafa;border:1px solid #ccc;margin:5px 5px 10px;}
61+
.annotation{background:#fafafa;border:1px solid #ccc;margin:5px 5px 10px 5px;}
6162

6263
.highlight { background-color: yellow; padding:auto 3px;}
6364
.excerpt_holder{padding:5px;}
@@ -89,9 +90,10 @@
8990
<p>If I had to find a specific experience, or set of experiences, that defined my MS struggle it would be the month I spent in Baltimore being treated. It took part in a risky, difficult trial involving high doses of chemotherapy. This is an example of the lengths I was willing to go to preserve functioning. I told the doctor at JH that I'd drink a gallon of gasoline if it would preserve the use of my body.</p>
9091
</div>
9192
<div id="sidebar">
92-
<div id="clicker">Click</div>
93+
<!-- <div id="clicker">Click</div> -->
9394
<div id="dropzone">
94-
95+
<h3>Excerpts</h3>
96+
9597
</div>
9698
</div>
9799
<div class="clr"></div>

0 commit comments

Comments
 (0)