~gnarea/estatico/main

« back to all changes in this revision

Viewing changes to app/gusblog/public/css/screen.css

  • Committer: Gustavo Narea
  • Date: 2009-04-01 16:48:44 UTC
  • Revision ID: me@gustavonarea.net-20090401164844-o2rg4w9vbe1sx3nc
CSS customized for vidual user agents

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
@CHARSET "UTF-8";
2
2
 
 
3
/* Let's load the common style across visual media: */
 
4
@IMPORT url("_visual.css");
 
5
 
3
6
* {
4
7
        margin: 0;
5
8
        padding: 0;
28
31
}
29
32
 
30
33
 
31
 
div#layout-header p {
 
34
p#layout-header-title {
32
35
        font: 2em bold;
33
36
}
34
37