Browse Source

added some stuff that should probably happen in every presentation

master
Julio Biason 10 years ago
parent
commit
e32d09b21d
  1. 9
      base.html

9
base.html

@ -35,8 +35,15 @@
<![endif]-->
<style>
.semi-opaque {
background-color: rgba(0, 0, 0, 0.7);
}
* {
hyphens: none !important;
-moz-hyphens: none !important;
}
</style>
</head>
<body>

Loading…
Cancel
Save