Fossil

Diff
Login

Diff

Differences From Artifact [3620b4c6cd]:

To Artifact [c43f32100f]:


874
875
876
877
878
879
880
881
882
883
884




885
.hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  display: none;
}
input {
    max-width: 95%;
}
textarea {
    max-width: 95%;




}







|


|
>
>
>
>

874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
.hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  display: none;
}
input {
  max-width: 95%;
}
textarea {
  max-width: 95%;
}
img {
  max-width: 100%;
  height: auto;
}