Browse Source

Add Class Hide

pull/2/head
Mohamad Fahmi 12 years ago
parent
commit
51866dcfa2
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      themes/default/css/style.css

+ 6
- 1
themes/default/css/style.css View File

@ -41,6 +41,11 @@ img {
outline: 0 none;
}
.hide {
position: absolute;
top: -9999em;
left: -9999em;
}
/*----------------------------
Headings
-----------------------------*/
@ -622,4 +627,4 @@ aside .copyright p{
width: 100%;
}
}
}

Loading…
Cancel
Save