css changes
This commit is contained in:
parent
29e2c44f29
commit
d359e2e950
|
@ -20,4 +20,7 @@
|
||||||
#tooltip img {
|
#tooltip img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
border-radius: 6px;
|
||||||
|
-moz-border-radius: 6px;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,12 +7,25 @@ body {
|
||||||
h4 {
|
h4 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.authorLink {
|
||||||
|
color: #393939;
|
||||||
|
}
|
||||||
|
|
||||||
|
.authorLink:visited {
|
||||||
|
color: #393939;
|
||||||
|
}
|
||||||
|
|
||||||
|
.authorLink:hover {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.padmaWrapper {
|
.padmaWrapper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -44,6 +57,8 @@ a img {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.para {
|
.para {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-left: 1px solid #000;
|
border-left: 1px solid #000;
|
||||||
|
|
|
@ -113,7 +113,7 @@ $(function() {
|
||||||
{{ text.title }}
|
{{ text.title }}
|
||||||
</h1>
|
</h1>
|
||||||
<h4>
|
<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>
|
</h4>
|
||||||
<div id="essayAbstract">
|
<div id="essayAbstract">
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user