Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6da73
)
MDL-26953 theme_nonzero: Quick fix to incorrect left position
author
Sam Hemelryk
<sam@moodle.com>
Wed, 19 Oct 2011 03:26:31 +0000
(16:26 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Wed, 19 Oct 2011 03:26:31 +0000
(16:26 +1300)
theme/nonzero/style/pagelayout.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/nonzero/style/pagelayout.css
b/theme/nonzero/style/pagelayout.css
index
83988b6
..
e86c7ab
100644
(file)
--- a/
theme/nonzero/style/pagelayout.css
+++ b/
theme/nonzero/style/pagelayout.css
@@
-145,7
+145,7
@@
body {margin:auto 0px;width:auto;}
.blocks-moving.side-post-only #page-content #region-main-box #region-post-box #region-pre {
float: right;
position: relative;
- left: [[setting:
leftregionwidthmargin
]];
+ left: [[setting:
regionprewidth
]];
width: [[setting:regionprewidth]];
}