Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/projects.css.scss')
-rw-r--r--app/assets/stylesheets/projects.css.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/projects.css.scss b/app/assets/stylesheets/projects.css.scss
index c87751da6cd..0ee40f512ac 100644
--- a/app/assets/stylesheets/projects.css.scss
+++ b/app/assets/stylesheets/projects.css.scss
@@ -525,3 +525,17 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
#user_projects_limit{
width: 60px;
}
+
+.project_thumb {
+ margin:20px 0;
+ width: 250px;
+ float:left;
+ padding:20px;
+ text-align:center;
+ p, h4 {
+ text-align:left;
+ }
+ .lbutton {
+ float:left;
+ }
+}