2 new revisions: Revision: a691b9d3769f Author: Pekka Klärck Date: Fri Jun 17 04:12:40 2011 Log: Report/log links span the whole link container. Me <3 CSS. http://code.google.com/p/robotframework/source/detail?r=a691b9d3769f
Revision: a93415cda3ae Author: Pekka Klärck Date: Fri Jun 17 04:14:05 2011 Log: Automated merge with https://robotframework.googlecode.com/hg/ http://code.google.com/p/robotframework/source/detail?r=a93415cda3ae ============================================================================== Revision: a691b9d3769f Author: Pekka Klärck Date: Fri Jun 17 04:12:40 2011 Log: Report/log links span the whole link container. Me <3 CSS. http://code.google.com/p/robotframework/source/detail?r=a691b9d3769f Modified: /src/robot/webcontent/common.css ======================================= --- /src/robot/webcontent/common.css Fri Jun 17 01:57:44 2011 +++ /src/robot/webcontent/common.css Fri Jun 17 04:12:40 2011 @@ -36,6 +36,8 @@ text-align: center; } #report_or_log_link a { + display: block; + width: 100%; color: white; text-decoration: none; font-weight: bold; ============================================================================== Revision: a93415cda3ae Author: Pekka Klärck Date: Fri Jun 17 04:14:05 2011 Log: Automated merge with https://robotframework.googlecode.com/hg/ http://code.google.com/p/robotframework/source/detail?r=a93415cda3ae
