Project

General

Profile

Patch #26662 » add_border_around_issue_history.diff

patch - Go MAEDA, 2017-08-11 06:18

View differences:

public/stylesheets/application.css (working copy)
512 512
body.avatars-on div.journal {padding-left:32px;}
513 513
div.journal h4 img.gravatar {margin-left:-32px;}
514 514

  
515
#history {
516
  padding: 0 6px;
517
  margin-bottom: 10px;
518
  border-right: 1px solid #d7d7d7;
519
  border-bottom: 1px solid #d7d7d7;
520
  border-left: 1px solid #d7d7d7;
521
  border-radius: 0 0 3px 3px / 0 0 3px 3px;
522
}
523

  
515 524
#history div:target h4 {background-color:#DDEEFF;}
516 525

  
517 526
div#activity dl, #search-results { margin-left: 2em; }
(3-3/3)