Skip to content

Commit

Permalink
Improve display of lists of commits/issues
Browse files Browse the repository at this point in the history
Use a monospace font, a border, and a background color.
  • Loading branch information
nilbus committed Sep 19, 2015
1 parent ca458b9 commit 5f03ce6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.sass
Expand Up @@ -20,7 +20,7 @@ body
box-sizing: border-box

a
color: #8D8D8D
color: inherit
text-decoration: none
&:hover,
&:focus
Expand Down
8 changes: 8 additions & 0 deletions app/assets/stylesheets/portfolios.sass
Expand Up @@ -32,6 +32,14 @@ section#my-projects, section#other-projects
+row
section
margin-top: 10px
.commit-sha, .issue-number
background-color: #ECECEC
border-radius: 3px
border: 1px solid #DDD
color: #484848
font-family: Monaco, monospace
font-size: .85em
padding: 0px 3px
.issue
.issue-number, .issue-title, .issue-state
display: inline
Expand Down

0 comments on commit 5f03ce6

Please sign in to comment.