mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+19
-12
@@ -3,11 +3,18 @@
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
a > img {
|
||||
max-height:70%;
|
||||
float:left;
|
||||
padding-left:22px;
|
||||
padding-top:8px;
|
||||
div.deprecated {
|
||||
background-color: #a39f9f;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
display: inline;
|
||||
padding: 2px;
|
||||
overflow: auto;
|
||||
color: #ffffff;
|
||||
font-family: "Georgia", Times, serif;
|
||||
text-align: center;
|
||||
font-size: small;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.packages {
|
||||
@@ -758,13 +765,6 @@ a.error {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a > img {
|
||||
max-height:100%;
|
||||
float:left;
|
||||
padding-left:10px;
|
||||
padding-top:2px;
|
||||
}
|
||||
|
||||
div#mobile-nav {
|
||||
display:inline-block;
|
||||
float:right;
|
||||
@@ -1041,3 +1041,10 @@ a.error {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.permalink {
|
||||
display: none;
|
||||
}
|
||||
:hover > .permalink {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user