~yoboy-leguesh/ubuntu-fr-static/bug-765838

« back to all changes in this revision

Viewing changes to theme2010/css/page.css

  • Committer: Pierre PAVARD
  • Date: 2010-12-07 02:09:37 UTC
  • Revision ID: mcpeter@ubuntu-fr-secours.org-20101207020937-dpspipwu9kbnzxga
Mise à jour entre forum et doc des css de base

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  les '../images' sont en relatif sur http://-STATIC-/images/
7
7
 
8
8
  v0.1 - 27/07/2010 - McPeter
 
9
  v0.2 - 07/12/2010 - McPeter xabilon
9
10
*/
10
11
 
11
 
/* -- PAGE -- */
12
12
body{
13
13
  background-repeat:repeat-x;
14
14
}
15
15
 
16
16
#accessibar{
17
17
  margin:0.3em 3em -0.6em auto;
18
 
  /*padding-top:10px;*/
19
18
  text-align:right;
20
19
}
21
20
#accessibar, #accessibar a{ color:#FFF; }
32
31
  -moz-border-radius:8px;
33
32
  -o-border-radius:8px;
34
33
  -khtml-border-radius:8px;
 
34
  position:relative;
35
35
}