Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
2d3ebff2
Commit
2d3ebff2
authored
Jan 31, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IE6 & 7 fixeS
parent
3d552243
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
12 deletions
+32
-12
.DS_Store
+0
-0
marketing.html
+3
-0
sass/_index.scss
+1
-1
sass/_wiki-create.scss
+18
-10
sass/marketing-ie.scss
+9
-0
simplewiki_edit.html
+1
-1
No files found.
.DS_Store
View file @
2d3ebff2
No preview for this file type
marketing.html
View file @
2d3ebff2
...
...
@@ -5,6 +5,9 @@
<!--link rel="stylesheet" href="${ settings.LIB_URL }jquery.treeview.css" type="text/css" media="all" /-->
<link
rel=
"stylesheet"
href=
"/static/css/marketing.css"
type=
"text/css"
media=
"all"
/>
<!--[if lt IE 8]>
<link rel="stylesheet" href="/static/css/marketing-ie.css" type="text/css" media="all" />
<![endif]-->
<script
type=
"text/javascript"
src=
"${ settings.LIB_URL }jquery-1.6.2.min.js"
></script>
<script
type=
"text/javascript"
src=
"${ settings.LIB_URL }jquery-ui-1.8.16.custom.min.js"
></script>
...
...
sass/_index.scss
View file @
2d3ebff2
...
...
@@ -358,7 +358,7 @@ section.index-content {
&
.requirements
{
clear
:
both
;
width
:
auto
;
width
:
100%
;
border-top
:
1px
solid
#E5E5E5
;
padding-top
:
lh
();
margin-bottom
:
0
;
...
...
sass/_wiki-create.scss
View file @
2d3ebff2
...
...
@@ -27,6 +27,7 @@ form#wiki_revision {
color
:
#999
;
float
:
right
;
text-decoration
:
underline
;
font-weight
:
normal
;
}
input
[
type
=
"submit"
]
{
...
...
@@ -37,18 +38,25 @@ form#wiki_revision {
#wiki_edit_instructions
{
float
:
left
;
width
:
flex-grid
(
3
,
9
);
margin-top
:
lh
();
color
:
#666
;
&
:hover
{
color
:
#333
;
}
.markdown-example
{
background-color
:
$light-gray
;
padding-top
:
5px
;
padding-right
:
2px
;
padding-bottom
:
5px
;
padding-left
:
5px
;
margin-top
:
5px
;
margin-bottom
:
7px
;
margin-left
:
5px
;
background-color
:
#e3e3e3
;
text-shadow
:
0
1px
0
#fff
;
padding
:
{
top
:
5px
;
right
:
2px
;
bottom
:
5px
;
left
:
5px
;
}
margin
:
5px
0
7px
;
line-height
:
1
.0
;
}
}
sass/marketing-ie.scss
0 → 100644
View file @
2d3ebff2
body
{
margin
:
0
;
padding
:
0
;
}
.wrapper
,
.subpage
,
section
.copyright
,
section
.tos
,
section
.privacy-policy
,
section
.honor-code
,
header
.announcement
div
,
section
.index-content
,
footer
{
margin
:
0
;
overflow
:
hidden
;
}
simplewiki_edit.html
View file @
2d3ebff2
...
...
@@ -12,7 +12,7 @@ ${ wiki_article.title }
<input
type=
"hidden"
name=
"csrfmiddlewaretoken"
value=
"${csrf_token}"
/>
</div>
${wiki_form}
<input
type=
"submit"
id=
"submit_edit"
name=
"edit"
value=
"
Edit article
"
/>
<input
type=
"submit"
id=
"submit_edit"
name=
"edit"
value=
"
Save Changes
"
/>
<input
type=
"submit"
id=
"submit_delete"
name=
"delete"
value=
"Delete article"
/>
</form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment