You are here

forena.css in Forena Reports 7

@CHARSET "ISO-8859-1";

/*styles for the report page*/
	
div.doclinks{
  float: right;
}

a.doclinks{
  padding-left: 10px;	
}

File

forena.css
View source
  1. @CHARSET "ISO-8859-1";
  2. /*styles for the report page*/
  3. div.doclinks{
  4. float: right;
  5. }
  6. a.doclinks{
  7. padding-left: 10px;
  8. }