Skip to content

Commit 8c91865

Browse files
committed
Used consistent margins for wiki buttons.
1 parent 1df5dbe commit 8c91865

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

trac-env/htdocs/css/trachacks.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trac-env/htdocs/css/trachacks.scss

+6
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ blockquote.citation {
118118
padding: 15px 20px 15px 70px;
119119
}
120120

121+
#delete,
122+
#rename,
123+
#save {
124+
margin-left: 0;
125+
}
126+
121127
#ticket {
122128
background-color: $white;
123129
border-color: $gray-line;

0 commit comments

Comments
 (0)