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
d6cdccd5
Commit
d6cdccd5
authored
Feb 06, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Embiggen space allowed for 2 column layout in problems
parent
ac07aa58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sass/_courseware.scss
+3
-3
No files found.
sass/_courseware.scss
View file @
d6cdccd5
...
...
@@ -109,7 +109,7 @@ div.course-wrapper {
display
:
table-cell
;
vertical-align
:
top
;
@media
screen
and
(
max-width
:
1
0
20px
)
{
@media
screen
and
(
max-width
:
1
1
20px
)
{
display
:
block
;
width
:
auto
;
border-right
:
0
;
...
...
@@ -121,7 +121,7 @@ div.course-wrapper {
width
:
flex-grid
(
7
,
9
);
padding-left
:
flex-gutter
(
9
);
@media
screen
and
(
max-width
:
1
0
20px
)
{
@media
screen
and
(
max-width
:
1
1
20px
)
{
display
:
block
;
width
:
auto
;
padding
:
0
;
...
...
@@ -189,7 +189,7 @@ div.course-wrapper {
display
:
table
;
width
:
100%
;
@media
screen
and
(
max-width
:
1
0
20px
)
{
@media
screen
and
(
max-width
:
1
1
20px
)
{
display
:
block
;
width
:
auto
;
}
...
...
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