Commit 70bb167af07878997f04b3a82846a337688233c4

Authored by Georg Hopp
1 parent ecbdfeb4

source on bottom of div

@@ -325,6 +325,7 @@ p { @@ -325,6 +325,7 @@ p {
325 left: 50%; 325 left: 50%;
326 transform: translate(-50%, 0); 326 transform: translate(-50%, 0);
327 font-size: x-small; 327 font-size: x-small;
  328 + vertical-align: bottom;
328 } 329 }
329 .dictionary .headword { 330 .dictionary .headword {
330 display: inline-block; 331 display: inline-block;
@@ -369,6 +370,11 @@ p { @@ -369,6 +370,11 @@ p {
369 content: counters(section,".") " "; 370 content: counters(section,".") " ";
370 } 371 }
371 372
  373 +.source {
  374 + position: absolute;
  375 + font-size: x-small;
  376 + bottom: 35px;
  377 +}
372 /* 378 /*
373 #title { 379 #title {
374 position: fixed; 380 position: fixed;
@@ -76,6 +76,8 @@ @@ -76,6 +76,8 @@
76 the Fates. 76 the Fates.
77 </li> 77 </li>
78 </ol> 78 </ol>
  79 + </div>
  80 + <div class="source">
79 Taken from 81 Taken from
80 <a href="http://www.thefreedictionary.com/">"The free dictionary"</a> 82 <a href="http://www.thefreedictionary.com/">"The free dictionary"</a>
81 Phonetics from 83 Phonetics from
@@ -111,6 +113,8 @@ @@ -111,6 +113,8 @@
111 </li> 113 </li>
112 </ol> 114 </ol>
113 <p>&hellip;</p> 115 <p>&hellip;</p>
  116 + </div>
  117 + <div class="source">
114 Taken from 118 Taken from
115 <a href="http://www.thefreedictionary.com/">"The free dictionary"</a> 119 <a href="http://www.thefreedictionary.com/">"The free dictionary"</a>
116 Phonetics from 120 Phonetics from
@@ -134,6 +138,8 @@ @@ -134,6 +138,8 @@
134 servantry, servants, staff, team of emmloyees, work force, work party, 138 servantry, servants, staff, team of emmloyees, work force, work party,
135 workers, working people 139 workers, working people
136 </div> 140 </div>
  141 + </div>
  142 + <div class="source">
137 Taken from 143 Taken from
138 <a href="http://www.thefreedictionary.com/">"The free dictionary"</a> 144 <a href="http://www.thefreedictionary.com/">"The free dictionary"</a>
139 Phonetics from 145 Phonetics from
Please register or login to post a comment