css changes

This commit is contained in:
Sanj 2011-06-28 00:00:42 +05:30
parent 29e2c44f29
commit d359e2e950
3 changed files with 19 additions and 1 deletions

View File

@ -20,4 +20,7 @@
#tooltip img {
width: auto;
height: 120px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

View File

@ -7,12 +7,25 @@ body {
h4 {
padding: 0;
margin: 0;
font-size: 14px;
}
a img {
border: 0px;
}
.authorLink {
color: #393939;
}
.authorLink:visited {
color: #393939;
}
.authorLink:hover {
color: #000000;
}
.padmaWrapper {
width: 100%;
position: relative;
@ -44,6 +57,8 @@ a img {
font-style: italic;
}
.para {
padding: 8px;
border-left: 1px solid #000;

View File

@ -113,7 +113,7 @@ $(function() {
{{ text.title }}
</h1>
<h4>
by <a href="#bio">{{ text.author }}</a>, {{text.date|date:"F Y"}}
by <a class="authorLink" href="#bio">{{ text.author }}</a>, {{text.date|date:"F Y"}}
</h4>
<div id="essayAbstract">
<p>