Fossil SCM
Removed some dead CSS.
Commit
c9ca5198be3a2b9d4239a3b9af05dae35fa01fce16fab640d344a49e5b85caa8
Parent
852bda77bd5e432…
2 files changed
+2
-2
-6
+2
-2
| --- src/chat.js | ||
| +++ src/chat.js | ||
| @@ -306,12 +306,12 @@ | ||
| 306 | 306 | } |
| 307 | 307 | return this; |
| 308 | 308 | } |
| 309 | 309 | }; |
| 310 | 310 | return cf; |
| 311 | - })(); | |
| 312 | - | |
| 311 | + })()/*MessageWidget*/; | |
| 312 | + | |
| 313 | 313 | const BlobXferState = (function(){/*drag/drop bits...*/ |
| 314 | 314 | /* State for paste and drag/drop */ |
| 315 | 315 | const bxs = { |
| 316 | 316 | dropDetails: document.querySelector('#chat-drop-details'), |
| 317 | 317 | blob: undefined, |
| 318 | 318 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -306,12 +306,12 @@ | |
| 306 | } |
| 307 | return this; |
| 308 | } |
| 309 | }; |
| 310 | return cf; |
| 311 | })(); |
| 312 | |
| 313 | const BlobXferState = (function(){/*drag/drop bits...*/ |
| 314 | /* State for paste and drag/drop */ |
| 315 | const bxs = { |
| 316 | dropDetails: document.querySelector('#chat-drop-details'), |
| 317 | blob: undefined, |
| 318 |
| --- src/chat.js | |
| +++ src/chat.js | |
| @@ -306,12 +306,12 @@ | |
| 306 | } |
| 307 | return this; |
| 308 | } |
| 309 | }; |
| 310 | return cf; |
| 311 | })()/*MessageWidget*/; |
| 312 | |
| 313 | const BlobXferState = (function(){/*drag/drop bits...*/ |
| 314 | /* State for paste and drag/drop */ |
| 315 | const bxs = { |
| 316 | dropDetails: document.querySelector('#chat-drop-details'), |
| 317 | blob: undefined, |
| 318 |
-6
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1510,16 +1510,10 @@ | ||
| 1510 | 1510 | /*text-align: left; Firefox requires the 'align' attribute */ |
| 1511 | 1511 | margin: 0 0.25em 0em 0.15em; |
| 1512 | 1512 | padding: 0 0.5em 0.15em 0.5em; |
| 1513 | 1513 | cursor: pointer; |
| 1514 | 1514 | } |
| 1515 | -/*body.chat.my-messages-right .message-widget-tab { | |
| 1516 | -}*/ | |
| 1517 | -body.chat .message-widget .message-widget-tab a { | |
| 1518 | - text-decoration: none; | |
| 1519 | - color: inherit; | |
| 1520 | -} | |
| 1521 | 1515 | |
| 1522 | 1516 | body.chat .fossil-tooltip.help-buttonlet-content { |
| 1523 | 1517 | font-size: 80%; |
| 1524 | 1518 | } |
| 1525 | 1519 | |
| 1526 | 1520 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1510,16 +1510,10 @@ | |
| 1510 | /*text-align: left; Firefox requires the 'align' attribute */ |
| 1511 | margin: 0 0.25em 0em 0.15em; |
| 1512 | padding: 0 0.5em 0.15em 0.5em; |
| 1513 | cursor: pointer; |
| 1514 | } |
| 1515 | /*body.chat.my-messages-right .message-widget-tab { |
| 1516 | }*/ |
| 1517 | body.chat .message-widget .message-widget-tab a { |
| 1518 | text-decoration: none; |
| 1519 | color: inherit; |
| 1520 | } |
| 1521 | |
| 1522 | body.chat .fossil-tooltip.help-buttonlet-content { |
| 1523 | font-size: 80%; |
| 1524 | } |
| 1525 | |
| 1526 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1510,16 +1510,10 @@ | |
| 1510 | /*text-align: left; Firefox requires the 'align' attribute */ |
| 1511 | margin: 0 0.25em 0em 0.15em; |
| 1512 | padding: 0 0.5em 0.15em 0.5em; |
| 1513 | cursor: pointer; |
| 1514 | } |
| 1515 | |
| 1516 | body.chat .fossil-tooltip.help-buttonlet-content { |
| 1517 | font-size: 80%; |
| 1518 | } |
| 1519 | |
| 1520 |