Sha256: e499d6569c9eb737ea013f3ec689a86492090c6769d9c8addbb97192d13987fd
Contents?: true
Size: 1014 Bytes
Versions: 3
Compression:
Stored size: 1014 Bytes
Contents
/****************************************************************************** SECTION: COMMON FONT SIZES ******************************************************************************/ .fsize-std { font-size: 16px !important; } .fsize-small { font-size: 12px !important; } .fsize-tiny { font-size: 10px !important; } /****************************************************************************** SECTION: DISPLAY AND POSITIONING SINGULAR CLASSES ******************************************************************************/ .ilblock { display: inline-block !important; } .block { display: block !important; } .pos-rel { position: relative; } .fl-left { float: left; } .fl-right { float: right; } .abs-top-right { position: absolute; top : 0; right : 0; } .abs-top-left { position: absolute; top : 0; left : 0; } .abs-bottom-left { position: absolute; bottom : 0; left : 0; } .abs-bottom-right { position: absolute; bottom : 0; right : 0; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adalog-0.5.0 | lib/adalog/web/public/stylesheets/adalog.css |
adalog-0.4.1 | lib/adalog/web/public/stylesheets/adalog.css |
adalog-0.4.0 | lib/adalog/web/public/stylesheets/adalog.css |