~ubuntu-uy-website-team/ubuntu-uy-website/Desarrollo

« back to all changes in this revision

Viewing changes to css/default.css

  • Committer: Pablo Rubianes
  • Date: 2011-05-30 04:24:32 UTC
  • mto: This revision was merged to the branch mainline in revision 45.
  • Revision ID: pablorubianes-uy@ubuntu.com-20110530042432-e75l2hnkm85ookdv
Se hicieron mas mejoras en indentado y estilo en varios archivos como calendario, template y ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
li                                                                                              { font-size:0.75em;  line-height:1.5em; /* 16x0.75=12 */ }
57
57
strong                                                                                          { font-weight:bold;}
58
58
em                                                                                              { font-style:italic; }
59
 
a       { color:#dd483b; } /* Color de la fuente en los enlaces */
 
59
a       { color:#DD4814; } /* Color de la fuente en los enlaces */
60
60
#chico                                                                                          { font-size:0.68em;  line-height:1.5em; color:grey;/* 16x0.75 =12 */}
61
61
 
62
62
 
280
280
.footer-link:focus                                                                              {  color:#DD4814; text-decoration:underline; }
281
281
 
282
282
.footer-link-main,
283
 
.footer-link-main:visited                                                                       { }
 
283
.footer-link-main:visited                                                                       { color:#333333 }
284
284
.footer-link-main:hover,
285
285
.footer-link-main:active,
286
286
.footer-link-main:focus                                                                         {  color:#DD4814; text-decoration:underline; }