summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/commits.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/commits.scss')
-rw-r--r--app/assets/stylesheets/sections/commits.scss23
1 files changed, 21 insertions, 2 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 60f43297c1b..85e7315ec89 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -1,6 +1,5 @@
.commit-head {
- @extend .well;
- @extend .clearfix;
+ @extend .main_box;
padding: 14px;
padding-bottom: 8px;
@@ -17,9 +16,29 @@
}
.commit-description {
+ font-size: 14px;
+ padding: 0px;
+ padding-bottom: 4px;
+ border: none;
background-color: white;
}
+ .commit-info {
+ @extend .middle_box_content;
+ @extend .clearfix;
+
+ padding-bottom: 8px;
+ padding-top: 8px;
+
+ margin-left: -14px;
+ margin-right: -14px;
+ margin-bottom: -8px;
+
+ .author .name, .committer .name {
+ font-weight: bold;
+ }
+ }
+
.sha-block {
float: right;
margin-left: 10px