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