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
1dd47881
Commit
1dd47881
authored
Feb 14, 2013
by
benjaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thumbnail styles
parent
db73b510
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
1 deletions
+26
-1
wiki/static/wiki/bootstrap/css/wiki-bootstrap.css
+11
-0
wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css
+2
-1
wiki/static/wiki/bootstrap/less/wiki/wiki-bootstrap.less
+13
-0
No files found.
wiki/static/wiki/bootstrap/css/wiki-bootstrap.css
View file @
1dd47881
...
...
@@ -5118,6 +5118,8 @@ a.badge:hover {
.wiki-article
.thumbnail
{
clear
:
both
;
margin-bottom
:
15px
;
margin-left
:
10px
;
margin-right
:
10px
;
}
#div_id_title
.asteriskField
{
display
:
none
;
...
...
@@ -5310,6 +5312,15 @@ h1#article-title {
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;
}
.wiki-article
h1
,
.wiki-article
h2
,
.wiki-article
h3
,
.wiki-article
h4
,
.wiki-article
h5
,
.wiki-article
h6
{
overflow
:
hidden
;
margin-right
:
5px
;
}
.wiki-article
h1
{
font-size
:
28px
;
padding-bottom
:
9px
;
...
...
wiki/static/wiki/bootstrap/css/wiki-bootstrap.min.css
View file @
1dd47881
...
...
@@ -851,7 +851,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.show
{
display
:
block
;}
.invisible
{
visibility
:
hidden
;}
.affix
{
position
:
fixed
;}
.wiki-article
.thumbnail
{
clear
:
both
;
margin-bottom
:
15px
;}
.wiki-article
.thumbnail
{
clear
:
both
;
margin-bottom
:
15px
;
margin-left
:
10px
;
margin-right
:
10px
;
}
#div_id_title
.asteriskField
{
display
:
none
;}
#id_title
{
font-size
:
20px
;
height
:
30px
;
padding
:
6px
;
width
:
98%
;}
#id_summary
{
width
:
98%
;
padding
:
6px
;}
...
...
@@ -884,6 +884,7 @@ h1#article-title{font-size:2em;margin-top:-5px;}
.wiki-article
table
tfoot
+
tbody
:last-child
tr
:last-child
td
:last-child
{
-webkit-border-bottom-right-radius
:
0
;
-moz-border-radius-bottomright
:
0
;
border-bottom-right-radius
:
0
;}
.wiki-article
table
caption
+
thead
tr
:first-child
th
:first-child
,
.wiki-article
table
caption
+
tbody
tr
:first-child
td
:first-child
,
.wiki-article
table
colgroup
+
thead
tr
:first-child
th
:first-child
,
.wiki-article
table
colgroup
+
tbody
tr
:first-child
td
:first-child
{
-webkit-border-top-left-radius
:
4px
;
-moz-border-radius-topleft
:
4px
;
border-top-left-radius
:
4px
;}
.wiki-article
table
caption
+
thead
tr
:first-child
th
:last-child
,
.wiki-article
table
caption
+
tbody
tr
:first-child
td
:last-child
,
.wiki-article
table
colgroup
+
thead
tr
:first-child
th
:last-child
,
.wiki-article
table
colgroup
+
tbody
tr
:first-child
td
:last-child
{
-webkit-border-top-right-radius
:
4px
;
-moz-border-radius-topright
:
4px
;
border-top-right-radius
:
4px
;}
.wiki-article
h1
,
.wiki-article
h2
,
.wiki-article
h3
,
.wiki-article
h4
,
.wiki-article
h5
,
.wiki-article
h6
{
overflow
:
hidden
;
margin-right
:
5px
;}
.wiki-article
h1
{
font-size
:
28px
;
padding-bottom
:
9px
;
margin
:
20px
0
30px
;
border-bottom
:
1px
solid
#eeeeee
;}
.wiki-article
h2
{
font-size
:
24.5px
;
padding-bottom
:
9px
;
margin
:
20px
0
30px
;
border-bottom
:
1px
solid
#eeeeee
;}
.wiki-article
h3
{
font-size
:
21px
;}
...
...
wiki/static/wiki/bootstrap/less/wiki/wiki-bootstrap.less
View file @
1dd47881
...
...
@@ -67,6 +67,8 @@
{
clear: both;
margin-bottom: 15px;
margin-left: 10px;
margin-right: 10px;
}
...
...
@@ -115,6 +117,17 @@ h1#article-title {font-size: 2em; margin-top: -5px;}
.table-bordered;
}
.wiki-article h1,
.wiki-article h2,
.wiki-article h3,
.wiki-article h4,
.wiki-article h5,
.wiki-article h6
{
overflow: hidden;
margin-right: 5px;
}
.wiki-article h1
{
font-size: @baseFontSize * 2;
...
...
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