projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d6c25
)
Match main-content right margin to left
author
Dan Wells
<dbw2@calvin.edu>
Fri, 25 Oct 2013 20:43:14 +0000
(16:43 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Sat, 26 Oct 2013 03:38:26 +0000
(23:38 -0400)
Having a margin on one side but not the other just looks "off". Let's
match it on the right.
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/css/style.css.tt2
b/Open-ILS/src/templates/opac/css/style.css.tt2
index
35319fd
..
5372577
100644
(file)
--- a/
Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/
Open-ILS/src/templates/opac/css/style.css.tt2
@@
-557,7
+557,7
@@
div.format_icon {
}
#main-content {
padding-left: 0px;
- margin
-left:
1em;
+ margin
: 0
1em;
clear: both;
}
@@
-1820,7
+1820,7
@@
a.preflib_change {
margin: 0.3em;
}
#main-content {
- margin
-left:
1px;
+ margin
: 0
1px;
}
#rdetails_status thead {
display: none;