Slightly smaller css
This commit is contained in:
parent
d8dad98f01
commit
b3eaeb8592
|
@ -22,7 +22,7 @@ $tags = $book->getTags ();
|
||||||
</div>
|
</div>
|
||||||
<div class="entryTitle"><?php echo htmlspecialchars ($book->title) ?></div>
|
<div class="entryTitle"><?php echo htmlspecialchars ($book->title) ?></div>
|
||||||
<div class="entrySection"><?php echo localize("authors.title") ?></div>
|
<div class="entrySection"><?php echo localize("authors.title") ?></div>
|
||||||
<div class="authors">
|
<div class="buttonEffect pad6">
|
||||||
<?php
|
<?php
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach ($authors as $author) {
|
foreach ($authors as $author) {
|
||||||
|
@ -34,7 +34,7 @@ $tags = $book->getTags ();
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="entrySection"><?php echo localize("tags.title") ?></div>
|
<div class="entrySection"><?php echo localize("tags.title") ?></div>
|
||||||
<div class="tags">
|
<div class="buttonEffect pad6">
|
||||||
<?php
|
<?php
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach ($tags as $tag) {
|
foreach ($tags as $tag) {
|
||||||
|
|
|
@ -131,8 +131,6 @@ margin:2px;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration:none;
|
|
||||||
color:#EEE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#loading
|
#loading
|
||||||
|
@ -159,7 +157,7 @@ margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.tags a, .authors a, .buttonEffect
|
.buttonEffect a
|
||||||
{
|
{
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: -moz-radial-gradient(#666, black);
|
background: -moz-radial-gradient(#666, black);
|
||||||
|
@ -168,7 +166,7 @@ text-decoration : none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tags a, .authors a
|
.pad6 a
|
||||||
{
|
{
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue