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
3f09848a
Commit
3f09848a
authored
Mar 01, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed article list width bug
parent
41488fa3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
12 deletions
+22
-12
sass/wiki/_wiki.scss
+22
-12
No files found.
sass/wiki/_wiki.scss
View file @
3f09848a
...
...
@@ -79,16 +79,16 @@ div.wiki-wrapper {
}
h2
.wiki-title
{
margin-top
:
0
;
@include
box-sizing
(
border-box
);
display
:
inline-block
;
float
:
left
;
margin-bottom
:
15px
;
width
:
flex-grid
(
4
,
9
)
;
margin-top
:
0
;
padding-right
:
flex-gutter
(
9
);
border-right
:
1px
dashed
#ddd
;
@include
box-sizing
(
border-box
);
display
:
table-cell
;
vertical-align
:
top
;
width
:
flex-grid
(
2
.5
,
9
);
@media
screen
and
(
max-width
:
112
0px
)
{
@media
screen
and
(
max-width
:
90
0px
)
{
display
:
block
;
width
:
auto
;
border-right
:
0
;
...
...
@@ -106,14 +106,19 @@ div.wiki-wrapper {
}
section
.results
{
display
:
table-cell
;
width
:
flex-grid
(
5
,
9
);
padding-left
:
flex-gutter
(
9
);
@media
screen
and
(
max-width
:
1120px
)
{
@include
box-sizing
(
border-box
);
display
:
inline-block
;
border-left
:
1px
dashed
#ddd
;
float
:
left
;
padding-left
:
10px
;
width
:
flex-grid
(
6
.5
,
9
);
@media
screen
and
(
max-width
:
900px
)
{
border
:
0
;
display
:
block
;
padding-left
:
0
;
width
:
100%
;
width
:
auto
;
padding
:
0
;
}
@media
print
{
...
...
@@ -128,6 +133,11 @@ div.wiki-wrapper {
ul
.article-list
{
margin-left
:
15px
;
width
:
100%
;
@media
screen
and
(
max-width
:
900px
)
{
margin-left
:
0px
;
}
li
{
list-style
:
none
;
...
...
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