Project

General

Profile

« Previous | Next » 

Revision 6247f163

Added by koszko about 2 years ago

enable toggling of global script blocking policy\n\nThis commit also introduces `light_storage' module which is later going to replace the storage code we use right now.\nAlso included is a hack to properly display scrollbars under Mozilla (needs testing on newer Mozilla browsers).

View differences:

html/base.css
100 100
    background: linear-gradient(#555, transparent);
101 101
}
102 102

  
103
.has_bottom_thin_line {
104
    border-bottom: dashed #4CAF50 1px;
105
}
106

  
107
.has_upper_thin_line {
108
    border-top: dashed #4CAF50 1px;
109
}
110

  
103 111
.nowrap {
104 112
    white-space: nowrap;
105 113
}

Also available in: Unified diff