Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
etch
nuages
Commits
8e302cd6
Commit
8e302cd6
authored
Oct 17, 2010
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
little fixes
parent
c63c9a5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
static/css/nuages.css
static/css/nuages.css
+4
-4
templates/base.html
templates/base.html
+1
-0
No files found.
static/css/nuages.css
View file @
8e302cd6
body
{
font-size
:
13px
;
/* background: #fff url(/static/images/bg4c.gif); */
font-family
:
"Lucida Grande"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
Verdana
,
Arial
,
sans-serif
;
color
:
#222
;
margin
:
0
;
font-family
:
"Lucida Grande"
,
"DejaVu Sans"
,
"Bitstream Vera Sans"
,
Verdana
,
Arial
,
sans-serif
;
color
:
#222
;
margin
:
0
;
}
a
:link
,
a
:active
,
a
:visited
{
...
...
@@ -85,7 +85,7 @@ input:focus, textarea:focus {
}
.adresse
{
width
:
2
0
0px
;
width
:
2
2
0px
;
color
:
#557
;
padding
:
2px
;
}
...
...
templates/base.html
View file @
8e302cd6
...
...
@@ -9,6 +9,7 @@
<!-- Django stylesheet -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/css/base.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/css/forms.css"
/>
<!-- Nuages stylesheet -->
<link
rel=
"stylesheet"
href=
"/static/css/nuages.css"
/>
...
...
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