The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 793f9369 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Center align thumbnails in search results.

After a year of resisting the temptation not to.
parent 75a48d81
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -183,7 +183,10 @@ label.list-group-item {border-radius:0;font-weight:normal;margin-top:0;padding-l ...@@ -183,7 +183,10 @@ label.list-group-item {border-radius:0;font-weight:normal;margin-top:0;padding-l
} }
.result { .result {
a.title {font-weight:bold} a.title {font-weight:bold}
.left img {max-width:100%} .left {
text-align:center;
img {max-width:100%}
}
@media (max-width:767px) { @media (max-width:767px) {
a {text-decoration:underline} a {text-decoration:underline}
.middle,.right {padding:0} .middle,.right {padding:0}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment