Elgg  Version 5.1
Variables
helpers.css.php File Reference

Go to the source code of this file.

Variables

 $none = '0'
 Helpers CSS. More...
 
 $small = '5px'
 
 $medium = '10px'
 
 $large = '20px'
 

Variable Documentation

$large = '20px'

Definition at line 103 of file helpers.css.php.

$medium = '10px'

Definition at line 102 of file helpers.css.php.

$none = '0'

Helpers CSS.

Contains generic elements that can be used throughout the site. Spacing classes Should be used to modify the default spacing between objects (not between nodes of the same object) Please use judiciously. You want to be using defaults most of the time, these are exceptions! <type><location><size> <type>: m = margin, p = padding <location>: a = all, t = top, r = right, b = bottom, l = left, h = horizontal, v = vertical <size>: n = none, s = small, m = medium, l = large

Definition at line 100 of file helpers.css.php.

$small = '5px'

Definition at line 101 of file helpers.css.php.