Merge pull request #1144 from riyad/break-up-links-with-nested-formating-rebased

Break up links with nested formating (rebased)
This commit is contained in:
Dmitriy Zaporozhets 2012-07-27 13:48:05 -07:00
commit f69049c282
10 changed files with 33 additions and 41 deletions

View file

@ -377,7 +377,6 @@ form {
min-height: 20px;
border-bottom: 1px solid #eee;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
cursor:pointer;
&.smoke {
background-color:#f5f5f5;
}
@ -512,7 +511,8 @@ form {
.row_title {
font-weight:bold;
color:#444;
&:hover {
&:hover {
color:#444;
text-decoration:underline;
}
}