Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 2, 2018
1 parent 191a1e9 commit 471aca5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion htdocs/theme/eldy/style.css.php
Expand Up @@ -3064,7 +3064,7 @@
}
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
margin: 8px;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
Expand Down Expand Up @@ -3095,6 +3095,7 @@
@media only screen and (max-width: 767px)
{
.boxstats, .boxstats130 {
margin: 3px;
border: 1px solid #ddd;
box-shadow: none;
background: #ddd;
Expand Down
8 changes: 7 additions & 1 deletion htdocs/theme/md/style.css.php
Expand Up @@ -3081,7 +3081,7 @@
}
.boxstats, .boxstats130 {
display: inline-block;
margin: 3px;
margin: 8px;
/* border: 1px solid #CCC; */
text-align: center;
border-radius: 2px;
Expand All @@ -3104,6 +3104,12 @@
}
@media only screen and (max-width: 767px)
{
.boxstats, .boxstats130 {
margin: 3px;
border: 1px solid #ddd;
box-shadow: none;
background: #ddd;
}
.thumbstat {
flex: 1 1 110px;
}
Expand Down

0 comments on commit 471aca5

Please sign in to comment.