Elgg  Version 2.3
Namespaces | Variables
helpers.css.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $none = '0'
 Spacing classes Should be used to modify the default spacing between objects (not between nodes of the same object) Please use judiciously. More...
 
 $small = '5px'
 
 $medium = '10px'
 
 $large = '20px'
 

Variable Documentation

$large = '20px'

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

$medium = '10px'

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

$none = '0'

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 103 of file helpers.css.php.

$small = '5px'

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