whoops 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -857,20 +857,27 @@ line-height: 150%;
|
|
|
857
857
|
/* Alerts */
|
|
858
858
|
|
|
859
859
|
#main h4.alert_info {
|
|
860
|
-
display: block;
|
|
861
|
-
width: 95%;
|
|
862
|
-
margin: 20px 3% 0 3%;
|
|
863
|
-
margin-top: 20px;
|
|
864
|
-
-webkit-border-radius: 5px;
|
|
865
|
-
-moz-border-radius: 5px;
|
|
866
|
-
border-radius: 5px;
|
|
867
|
-
background: #B5E5EF url(../images/_ui/icn_alert_info.png) no-repeat;
|
|
868
|
-
background-position: 10px 10px;
|
|
869
|
-
border: 1px solid #77BACE;
|
|
870
|
-
color: #082B33;
|
|
871
|
-
padding: 10px 0;
|
|
872
|
-
text-indent: 40px;
|
|
873
|
-
font-size: 14px;
|
|
860
|
+
display: block;
|
|
861
|
+
width: 95%;
|
|
862
|
+
margin: 20px 3% 0 3%;
|
|
863
|
+
margin-top: 20px;
|
|
864
|
+
-webkit-border-radius: 5px;
|
|
865
|
+
-moz-border-radius: 5px;
|
|
866
|
+
border-radius: 5px;
|
|
867
|
+
background: #B5E5EF url(../images/_ui/icn_alert_info.png) no-repeat;
|
|
868
|
+
background-position: 10px 10px;
|
|
869
|
+
border: 1px solid #77BACE;
|
|
870
|
+
color: #082B33;
|
|
871
|
+
padding: 10px 0;
|
|
872
|
+
text-indent: 40px;
|
|
873
|
+
font-size: 14px;
|
|
874
|
+
font-weight:normal;
|
|
875
|
+
|
|
876
|
+
a {
|
|
877
|
+
color:#082B33;
|
|
878
|
+
text-decoration:underline;
|
|
879
|
+
}
|
|
880
|
+
}
|
|
874
881
|
|
|
875
882
|
#main h4.alert_warning {
|
|
876
883
|
display: block;
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whoops
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Daniel Higginbotham
|