Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
3
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ef968fd0c8a61d63283e9f7aba4a07809d87bc16
Authored by
Dmitriy Zaporozhets
2013-03-21 22:22:21 +0200
1 parent
f7ca6c50
fix commit-description css on commit.show
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/sections/commits.scss
Side-by-side Diff
Inline Diff
app/assets/stylesheets/sections/commits.scss
Wrap text
Diff comments
View file @
ef968fd
...
...
@@ -413,3 +413,9 @@
413
413
padding: 4px;
414
414
background-color: #EEE;
415
415
}
416
+
417
+.commit-description {
418
+ background: none;
419
+ border: none;
420
+ margin: 0;
421
+}
...
...