projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ajout de fichiers manquants pour mon precedent commit
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
media
/
admin_tools
/
css
/
theming.css
1
/**
2
* theming styles
3
*
4
*/
5
6
#header
{
7
background
:
url
(../
images
/
admin-tools
.
png
)
0 0
repeat-x
;
8
}
9
10
#header
#branding
h1
{
11
margin
:
0
;
12
padding
:
5px 10px
;
13
text-indent
: -
9999px
;
14
background
:
transparent url
(../
images
/
django
.
png
)
10px 5px
no-repeat
;
15
height
:
31px
;
16
width
:
93px
;
17
}
18
19
div
.
breadcrumbs
{
20
display
:
block
;
21
padding
:
10px 15px
;
22
border
:
0
;
23
background-position
:
0
-
8px
;
24
border-bottom
:
1px
solid
#ededed
;
25
}
26
27
div
.
breadcrumbs
a
{
28
display
:
inline
;
29
}