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