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:
commit
f69049c282
10 changed files with 33 additions and 41 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue