You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2018/08/24 13:05:46 UTC

[myfaces-tobago] 01/02: remove unused

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 25e9408a4f66aca6c9620f8605021958992bd315
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Aug 24 14:32:08 2018 +0200

    remove unused
---
 .../src/main/webapp/style/demo.css                 | 33 +---------------------
 1 file changed, 1 insertion(+), 32 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css b/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css
index 4b78088..d3a06d1 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css
+++ b/tobago-example/tobago-example-demo/src/main/webapp/style/demo.css
@@ -64,35 +64,4 @@ pre, code {
 
 .old-planet {
   background-color: #b3d4fc;
-}
-
-/*.alert.alert-dismissible {
-  padding-left: 2.75rem;
-}
-
-.alert.alert-dismissible:before {
-  font-family: FontAwesome;
-  position: absolute;
-  left: 0;
-  width: 2.75rem;
-  text-align: center;
-  padding-left: 1rem;
-  padding-right: 0.75rem;
-}
-
-.alert.alert-dismissible.alert-danger:before {
-  !* exclamation-circle *!
-  !*content: "\f06a";*!
-  !* times-circle *!
-  content: "\f057";
-}
-
-!* fa-exclamation-triangle *!
-.alert.alert-dismissible.alert-warning:before {
-  content: "\f071";
-}
-
-!* info *!
-.alert.alert-dismissible.alert-info:before {
-  content: "\f129";
-}*/
+}
\ No newline at end of file