Ignore:
Timestamp:
Jul 4, 2011, 2:57:26 PM (14 years ago)
Author:
dennisw
Message:

Added a hide_parent thing for the content divs. (more user friendly)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/django_gheat/website/static/style.css

    r9316 r9347  
    166166}
    167167
     168#hide_parent{
     169  position:absolute;
     170  bottom:10px;
     171  left:50%;
     172  margin-left:-5px;
     173  width:10px;
     174  height:10px;
     175  border:1px solid #000;
     176  bottom:2px;
     177  background:url(img/up.png) no-repeat top left;
     178  color:#000;
     179  font-size:13px;
     180  text-align:center;
     181}
     182
    168183
    169184#sig_slider{
     
    188203 * Text settings
    189204 */
    190 
    191205h1{
    192206  color:#C20000;
Note: See TracChangeset for help on using the changeset viewer.