comparison public/libervia.css @ 217:f7ec248192de

browser_side: display clickable URLs in chat text
author souliane <souliane@mailoo.org>
date Sun, 08 Sep 2013 12:34:00 +0200
parents a43b66af3872
children 09e4de9df5b7
comparison
equal deleted inserted replaced
216:9827cda1a6b0 217:f7ec248192de
1109 .infoFrame { 1109 .infoFrame {
1110 position: relative; 1110 position: relative;
1111 width: 100%; 1111 width: 100%;
1112 height: 100%; 1112 height: 100%;
1113 } 1113 }
1114
1115 /* URLs */
1116
1117 a.url {
1118 color: blue;
1119 text-decoration: none
1120 }
1121
1122 a:hover.url {
1123 text-decoration: underline
1124 }