Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
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
OpenEdx
django-wiki
Commits
31e2e605
Commit
31e2e605
authored
Apr 16, 2013
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
font size in blockquotes
parent
83c72bf6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
8 deletions
+21
-8
wiki/static/wiki/bootstrap/css/wiki-bootstrap-responsive.css
+1
-1
wiki/static/wiki/bootstrap/css/wiki-bootstrap-responsive.min.css
+1
-1
wiki/static/wiki/bootstrap/css/wiki-bootstrap.css
+8
-3
wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css
+4
-3
wiki/static/wiki/bootstrap/less/wiki/wiki-bootstrap.less
+7
-0
No files found.
wiki/static/wiki/bootstrap/css/wiki-bootstrap-responsive.css
View file @
31e2e605
...
...
@@ -13,7 +13,7 @@
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@-ms-viewport
{
@-ms-viewport
{
width
:
device-width
;
}
.clearfix
{
...
...
wiki/static/wiki/bootstrap/css/wiki-bootstrap-responsive.min.css
View file @
31e2e605
@-ms-viewport
{
width
:
device-width
;}
.clearfix
{
*
zoom
:
1
;}
.clearfix
:before
,
.clearfix
:after
{
display
:
table
;
content
:
""
;
line-height
:
0
;}
@-ms-viewport
{
width
:
device-width
;}
.clearfix
{
*
zoom
:
1
;}
.clearfix
:before
,
.clearfix
:after
{
display
:
table
;
content
:
""
;
line-height
:
0
;}
.clearfix
:after
{
clear
:
both
;}
.hide-text
{
font
:
0
/
0
a
;
color
:
transparent
;
text-shadow
:
none
;
background-color
:
transparent
;
border
:
0
;}
.input-block-level
{
display
:
block
;
width
:
100%
;
min-height
:
30px
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;}
...
...
wiki/static/wiki/bootstrap/css/wiki-bootstrap.css
View file @
31e2e605
...
...
@@ -688,8 +688,8 @@ ol.inline {
margin-left
:
0
;
list-style
:
none
;
}
ul
.inline
>
li
,
ol
.inline
>
li
{
ul
.inline
>
li
,
ol
.inline
>
li
{
display
:
inline-block
;
padding-left
:
5px
;
padding-right
:
5px
;
...
...
@@ -2461,7 +2461,7 @@ table th[class*="span"],
.open
{
*
z-index
:
1000
;
}
.open
>
.dropdown-menu
{
.open
>
.dropdown-menu
{
display
:
block
;
}
.pull-right
>
.dropdown-menu
{
...
...
@@ -5190,6 +5190,7 @@ h1#article-title {
-moz-border-radius
:
3px
;
border-radius
:
3px
;
max-width
:
340px
;
clear
:
left
;
}
.wiki-article
div
.toc
blockquote
,
.wiki-article
div
.article-list
blockquote
{
...
...
@@ -5353,6 +5354,10 @@ h1#article-title {
.wiki-article
h6
{
font-size
:
14px
;
}
.wiki-article
blockquote
p
,
.wiki-article
blockquote
{
font-size
:
14px
;
}
input
[
type
=
file
]
{
float
:
none
;
width
:
auto
;
...
...
wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css
View file @
31e2e605
...
...
@@ -135,7 +135,7 @@ ul,ol{padding:0;margin:0 0 10px 25px;}
ul
ul
,
ul
ol
,
ol
ol
,
ol
ul
{
margin-bottom
:
0
;}
li
{
line-height
:
20px
;}
ul
.unstyled
,
ol
.unstyled
{
margin-left
:
0
;
list-style
:
none
;}
ul
.inline
,
ol
.inline
{
margin-left
:
0
;
list-style
:
none
;}
ul
.inline
>
li
,
ol
.inline
>
li
{
display
:
inline-block
;
padding-left
:
5px
;
padding-right
:
5px
;}
ul
.inline
,
ol
.inline
{
margin-left
:
0
;
list-style
:
none
;}
ul
.inline
>
li
,
ol
.inline
>
li
{
display
:
inline-block
;
padding-left
:
5px
;
padding-right
:
5px
;}
dl
{
margin-bottom
:
20px
;}
dt
,
dd
{
line-height
:
20px
;}
dt
{
font-weight
:
bold
;}
...
...
@@ -466,7 +466,7 @@ table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span
.dropdown-menu
.active
>
a
,
.dropdown-menu
.active
>
a
:hover
{
color
:
#ffffff
;
text-decoration
:
none
;
outline
:
0
;
background-color
:
#0081c2
;
background-image
:
-moz-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
background-image
:
-webkit-gradient
(
linear
,
0
0
,
0
100%
,
from
(
#0088cc
),
to
(
#0077b3
));
background-image
:
-webkit-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
background-image
:
-o-linear-gradient
(
top
,
#0088cc
,
#0077b3
);
background-image
:
linear-gradient
(
to
bottom
,
#0088cc
,
#0077b3
);
background-repeat
:
repeat-x
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#ff0088cc'
,
endColorstr
=
'#ff0077b3'
,
GradientType
=
0
);}
.dropdown-menu
.disabled
>
a
,
.dropdown-menu
.disabled
>
a
:hover
{
color
:
#999999
;}
.dropdown-menu
.disabled
>
a
:hover
{
text-decoration
:
none
;
background-color
:
transparent
;
background-image
:
none
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
enabled
=
false
);
cursor
:
default
;}
.open
{
*
z-index
:
1000
;}
.open
>
.dropdown-menu
{
display
:
block
;}
.open
{
*
z-index
:
1000
;}
.open
>
.dropdown-menu
{
display
:
block
;}
.pull-right
>
.dropdown-menu
{
right
:
0
;
left
:
auto
;}
.dropup
.caret
,
.navbar-fixed-bottom
.dropdown
.caret
{
border-top
:
0
;
border-bottom
:
4px
solid
#000000
;
content
:
""
;}
.dropup
.dropdown-menu
,
.navbar-fixed-bottom
.dropdown
.dropdown-menu
{
top
:
auto
;
bottom
:
100%
;
margin-bottom
:
1px
;}
...
...
@@ -864,7 +864,7 @@ h1#article-title{font-size:2em;margin-top:-5px;}
.settings-form
.form-actions
{
padding-left
:
270px
;}
#attachment_form
#id_description
{
width
:
95%
;}
#edit_sidebar
.accordion
{
margin-bottom
:
5px
;}
.wiki-article
div
.toc
,
.wiki-article
div
.article-list
{
min-height
:
20px
;
padding
:
19px
;
margin-bottom
:
20px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#e3e3e3
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
padding
:
9px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
max-width
:
340px
;}
.wiki-article
div
.toc
blockquote
,
.wiki-article
div
.article-list
blockquote
{
border-color
:
#ddd
;
border-color
:
rgba
(
0
,
0
,
0
,
0.15
);}
.wiki-article
div
.toc
,
.wiki-article
div
.article-list
{
min-height
:
20px
;
padding
:
19px
;
margin-bottom
:
20px
;
background-color
:
#f5f5f5
;
border
:
1px
solid
#e3e3e3
;
-webkit-border-radius
:
4px
;
-moz-border-radius
:
4px
;
border-radius
:
4px
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
0.05
);
padding
:
9px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
max-width
:
340px
;
clear
:
left
;
}
.wiki-article
div
.toc
blockquote
,
.wiki-article
div
.article-list
blockquote
{
border-color
:
#ddd
;
border-color
:
rgba
(
0
,
0
,
0
,
0.15
);}
.wiki-article
div
.toc
.toctitle
{
display
:
block
;
padding
:
3px
15px
;
font-size
:
11px
;
font-weight
:
bold
;
line-height
:
20px
;
color
:
#999999
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
0.5
);
text-transform
:
uppercase
;}
.wiki-article
a
.linknotfound
{
color
:
#C87
;}
.wiki-article
pre
{
max-width
:
700px
;}
...
...
@@ -890,6 +890,7 @@ h1#article-title{font-size:2em;margin-top:-5px;}
.wiki-article
h3
{
font-size
:
21px
;
margin
:
15px
0
10px
;
line-height
:
30px
;}
.wiki-article
h4
{
font-size
:
17.5px
;}
.wiki-article
h5
,
.wiki-article
h6
{
font-size
:
14px
;}
.wiki-article
blockquote
p
,
.wiki-article
blockquote
{
font-size
:
14px
;}
input
[
type
=
file
]
{
float
:
none
;
width
:
auto
;}
.asteriskField
{
font-size
:
20px
;
margin-left
:
5px
;}
.notification-list
.since
{
font-size
:
80%
;
color
:
#CCC
;}
...
...
wiki/static/wiki/bootstrap/less/wiki/wiki-bootstrap.less
View file @
31e2e605
...
...
@@ -106,6 +106,13 @@ h1#article-title {font-size: 2em; margin-top: -5px;}
font-size: @baseFontSize;
}
.wiki-article blockquote p,
.wiki-article blockquote
{
font-size: @baseFontSize;
}
input[type=file] {float: none; width: auto;}
.asteriskField { font-size: 20px; margin-left: 5px;}
...
...
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