Commit 46638c3b2894e17f1f79c67021356649a7d3dac0

Authored by Valessio Brito
1 parent 9514b7f5

Escondendo os autores;

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
style.css
1 1 @import url(../profile-base/style.css);
2 2  
  3 +/* Class all system */
  4 +
  5 +.author { display: none; }
  6 +
3 7 /* Main style page */
4 8 body {
5 9 background: #FFF;
... ...