Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Tomáš Trávníček
doctrine-dbal
Commits
c1383cb4
Commit
c1383cb4
authored
Feb 20, 2011
by
Jonathan H. Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating css.
parent
63918e2e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
9 deletions
+19
-9
default.css
en/_static/default.css
+19
-9
No files found.
en/_static/default.css
View file @
c1383cb4
...
...
@@ -306,6 +306,16 @@ p.admonition-title:after {
content
:
":"
;
}
pre
{
padding
:
5px
;
background-color
:
#eeffcc
;
color
:
#333333
;
line-height
:
120%
;
border-left
:
none
;
border-right
:
none
;
margin-left
:
30px
;
}
tt
{
background-color
:
#ecf0f3
;
padding
:
0
1px
0
1px
;
...
...
@@ -408,6 +418,11 @@ div.caution
background
:
#fff
url(http://www.doctrine-project.org/images/caution.png)
no-repeat
-5px
-5px
;
}
div
.warning
{
background
:
#fff
url(http://www.doctrine-project.org/images/caution.png)
no-repeat
-5px
-5px
;
}
div
.tip
{
background
:
#fff
url(http://www.doctrine-project.org/images/tip.png)
no-repeat
-5px
-5px
;
...
...
@@ -426,18 +441,14 @@ div.note {
padding
:
5px
20px
5px
45px
;
margin
:
10px
0
;
background
:
#ffd
url(http://www.doctrine-project.org/images/note.png)
no-repeat
5px
10px
;
border-top
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
}
/* Caution */
div
.caution
{
div
.caution
,
div
.warning
{
padding
:
5px
20px
5px
45px
;
margin
:
10px
0
;
background
:
#ffd
url(http://www.doctrine-project.org/images/caution.png)
no-repeat
5px
10px
;
border-top
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
}
/* Tip */
...
...
@@ -446,8 +457,6 @@ div.tip {
padding
:
5px
20px
5px
45px
;
margin
:
10px
0
;
background
:
#ffd
url(http://www.doctrine-project.org/images/tip.png)
no-repeat
5px
10px
;
border-top
:
1px
solid
#ddd
;
border-bottom
:
1px
solid
#ddd
;
}
/* Sidebar */
...
...
@@ -472,14 +481,15 @@ div.seealso p.title {
}
/* Shared Styles */
div
.note
,
div
.caution
,
div
.tip
,
div
.seealso
{
div
.note
,
div
.caution
,
div
.tip
,
div
.seealso
,
div
.warning
{
overflow
/**/
:
auto;
margin-left
:
30px
;
font-weight
:
normal
;
min-height
:
40px
;
border
:
1px
solid
#ddd
;
}
div
.note
p
,
div
.caution
p
,
div
.tip
p
,
div
.seealso
p
{
div
.note
p
,
div
.caution
p
,
div
.tip
p
,
div
.seealso
p
,
div
.warning
p
{
margin
:
0
!important
;
padding
:
0
!important
;
padding-top
:
10px
;
...
...
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