Skip to content

Commit

Permalink
Merge pull request #136 from basho/csm-clarify-incompatibility-2.0
Browse files Browse the repository at this point in the history
Incompatible is less serious (master)
  • Loading branch information
cmeiklejohn committed Aug 8, 2013
2 parents cbc149e + 4f124fb commit c6c1744
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
9 changes: 9 additions & 0 deletions priv/admin/css/compiled/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,15 @@ input.gui-point-button-right:active {
#snapshot-page #healthy-cluster h3,
#snapshot-page #unhealthy-cluster h3 {
margin-top: 30px;
line-height: 1.5;
}
#snapshot-page #healthy-cluster h4,
#snapshot-page #unhealthy-cluster h4 {
font-family: 'noticia', georgia, serif;
margin-top: 20px;
font-size: 14px;
font-style: italic;
line-height: 1.5;
}
#snapshot-page #healthy-cluster ul,
#snapshot-page #unhealthy-cluster ul {
Expand Down
8 changes: 8 additions & 0 deletions priv/admin/css/snapshot.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ CSS to be applied ONLY on the snapshot page

h3
margin-top : 30px
line-height : 1.5

h4
copy-font()
margin-top : 20px
font-size: 14px
font-style: italic
line-height : 1.5

ul
margin : 10px 0 0 20px

Expand Down
Loading

0 comments on commit c6c1744

Please sign in to comment.