Commit 168a3899 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by richard
Browse files

fixup! Bug 10760: Integrate TorButton to TorBrowser core

Remove unused assets.
parent 60a28f46
Loading
Loading
Loading
Loading
−649 B
Loading image diff...
+0 −47
Original line number Diff line number Diff line
.wrapper {
  display: flex;
}

.outer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-wrapper {
  height: 350px;
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  align-items: center;
}

#torbutton_sec_slider {
  align-self: stretch;
  width: auto;
  height: auto;
}

datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
}

p {
  text-align: justify;
}

div > p {
  margin-top: 0px;
}

.title {
  font-weight: bold;
  line-height: 30px;
}

.wrapper .inner-wrapper * {
  margin-top: 10px;
}
+0 −7
Original line number Diff line number Diff line
.slider-text-weight {
  font-weight: bold;
}

.slider-text-size {
  font-size: 95%;
}
−2.02 KiB
Loading image diff...
−9.13 KiB
Loading image diff...
Loading