Changeset 1333

Show
Ignore:
Timestamp:
07/07/08 18:15:35 (2 years ago)
Author:
tk
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/rapptor/rapptor/RapptorWeb/WebTheme/WebThemeLink.cs

    r1261 r1333  
    4141            } 
    4242 
     43            string addStyle = link.Hints["style"] as string; 
     44            if (!string.IsNullOrEmpty(addStyle)) 
     45                linkStyle += addStyle; 
     46 
    4347            if (!string.IsNullOrEmpty(linkStyle)) 
    4448                writer.WriteAttributeString("style", linkStyle); 
     49 
     50             
    4551 
    4652            linkStyle += "display:block;";