ChangeSet ID: 1192120746383563808937655
CVSROOT: /cvsroot/wine
Module name: wiki
Changes by: dimi(a)sc8-pr-cvs9.sourceforge.net 2007/10/11 09:39:06
Modified files:
winehq/css : common.css
Log message:
Add support for strike-out text (based on suggestion from Mikołaj Zalewski).
Old revision New revision Changes Path
1.3 1.4 +5 -0 wiki/winehq/css/common.css
Index: wiki/winehq/css/common.css
diff -u -p wiki/winehq/css/common.css:1.3 wiki/winehq/css/common.css:1.4
--- wiki/winehq/css/common.css 11 Oct 2007 16:39: 6 -0000
+++ /dev/null 11 Oct 2007 16:39: 6 -0000
@@ -154,6 +154,11 @@ hr {
color: red;
}
+.strike
+{
+ text-decoration: line-through;
+}
+
strong.highlight
{
background-color: #ffcc99;