Author: ghuber
Date: Wed Jun 18 08:48:15 2014
New Revision: 1603372
URL: http://svn.apache.org/r1603372
Log:
Fixed size text on comments.
Modified:
roller/trunk/app/src/main/webapp/roller-ui/styles/roller.css
Modified: roller/trunk/app/src/main/webapp/roller-ui/styles/roller.css
URL:
http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/roller-ui/styles/roller.css?rev=1603372&r1=1603371&r2=1603372&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/roller-ui/styles/roller.css (original)
+++ roller/trunk/app/src/main/webapp/roller-ui/styles/roller.css Wed Jun 18
08:48:15 2014
@@ -645,9 +645,8 @@ p.websiteDescription {
color: gray;
text-align: center;
}
-.details {
- font-size: small;
- color: gray;
+span .details {
+ font-size: inherit;
}
div.helptext {
background: #f0f0f0;