Skip to content

Commit

Permalink
Fix line spacing and style TeX
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Dec 4, 2011
1 parent 6fb2b8a commit 3b7c5cf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 3 additions & 2 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ <h1>Thanks</h1>
<li>Abdarrahman Hosny, my younger brother, without his enormous
help in drawing the glyph, this project would have stagnated for
years.</li>
<li><a href="http://tug.org">The TeX Users Group (TUG)</a> for
their generous fund.</li>
<li><a href="http://tug.org">The <span class="TEX">T<span
class="E">E</span>X</span> Users Group (TUG)</a> for their
generous fund.</li>
<li>Fahd Al-Saidi and the people behind
<a href="http://itwadi.com">IT Wadi</a> for their generous
donation, that allowed me to devote more time to the project.</li>
Expand Down
12 changes: 11 additions & 1 deletion www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tt {
.ar {
direction: rtl;
font-family: "AmiriWeb", "Crimson Text", serif;
line-height: 1.61;
line-height: 1.52;
float: right;
right: 5px;
}
Expand Down Expand Up @@ -58,3 +58,13 @@ tt {
padding-top: 267px;
padding-bottom: 53px;
}

span.TEX {
letter-spacing: -0.125em;
}

span.TEX span.E {
left: -0.0417em;
position: relative;
top: 0.5ex;
}

0 comments on commit 3b7c5cf

Please sign in to comment.