Merge branch 'master' of bitbucket.org:signum/debshots
Conflicts: app/views/packages/details.slim
This commit is contained in:
commit
ce5f99887d
28 changed files with 656 additions and 352 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
// -------------- debshots ---------------------------
|
||||
|
||||
$page-background: #f2f2f2;
|
||||
$page-background: #e8e8e8;
|
||||
$footer-background: #333333;
|
||||
$footer-text-color: #b3b3b3;
|
||||
|
||||
|
|
@ -148,6 +148,11 @@ html, body {
|
|||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
box-shadow: 3px 3px 10px 0px #888888;
|
||||
}
|
||||
}
|
||||
|
||||
.row .gridview
|
||||
|
|
@ -228,6 +233,7 @@ a.black
|
|||
.imgcaption
|
||||
{
|
||||
text-align: center;
|
||||
font-variant: italic;
|
||||
}
|
||||
|
||||
/* Status of a screenshot (e.g. if it has to be moderated) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue